[INFO] fetching crate portal2-sdk 1.0.0...
[INFO] fixing portal2-sdk-1.0.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate portal2-sdk 1.0.0 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate portal2-sdk 1.0.0
[INFO] finished tweaking crates.io crate portal2-sdk 1.0.0
[INFO] tweaked toml for crates.io crate portal2-sdk 1.0.0 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate portal2-sdk 1.0.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate portal2-sdk 1.0.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded windows-core v0.59.0
[INFO] [stderr]   Downloaded windows-implement v0.59.0
[INFO] [stderr]   Downloaded windows v0.59.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 9cdc1de5cfd19466b447f5e5b3f67d43484ca673a22762b7b8453362ea8c1d55
[INFO] running `Command { std: "docker" "start" "9cdc1de5cfd19466b447f5e5b3f67d43484ca673a22762b7b8453362ea8c1d55", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9cdc1de5cfd19466b447f5e5b3f67d43484ca673a22762b7b8453362ea8c1d55" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9cdc1de5cfd19466b447f5e5b3f67d43484ca673a22762b7b8453362ea8c1d55", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9cdc1de5cfd19466b447f5e5b3f67d43484ca673a22762b7b8453362ea8c1d55" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling windows_x86_64_gnu v0.53.0
[INFO] [stderr]     Checking windows-link v0.1.3
[INFO] [stderr]     Checking bitflags v2.9.3
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]     Checking windows-strings v0.3.1
[INFO] [stderr]     Checking windows-result v0.3.4
[INFO] [stderr]     Checking windows-targets v0.53.3
[INFO] [stderr]    Compiling windows-interface v0.59.1
[INFO] [stderr]    Compiling windows-implement v0.59.0
[INFO] [stderr]     Checking windows-core v0.59.0
[INFO] [stderr]     Checking windows v0.59.0
[INFO] [stderr]     Checking portal2-sdk v1.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]  --> src/interfaces.rs:3:14
[INFO] [stdout]   |
[INFO] [stdout] 3 | use windows::Win32::System::LibraryLoader::{GetModuleHandleA, GetProcAddress};
[INFO] [stdout]   |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]  --> src/memory.rs:1:14
[INFO] [stdout]   |
[INFO] [stdout] 1 | use windows::Win32::System::LibraryLoader::GetModuleHandleA;
[INFO] [stdout]   |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]  --> src/memory.rs:2:14
[INFO] [stdout]   |
[INFO] [stdout] 2 | use windows::Win32::System::ProcessStatus::{GetModuleInformation, MODULEINFO};
[INFO] [stdout]   |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]  --> src/memory.rs:3:14
[INFO] [stdout]   |
[INFO] [stdout] 3 | use windows::Win32::System::Threading::GetCurrentProcess;
[INFO] [stdout]   |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `windows::core`
[INFO] [stdout]  --> src/interfaces.rs:2:14
[INFO] [stdout]   |
[INFO] [stdout] 2 | use windows::core::PCSTR;
[INFO] [stdout]   |              ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `windows::core`
[INFO] [stdout]  --> src/memory.rs:4:14
[INFO] [stdout]   |
[INFO] [stdout] 4 | use windows::core::PCSTR;
[INFO] [stdout]   |              ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/types/entity.rs:51:42
[INFO] [stdout]    |
[INFO] [stdout] 51 | ...   let get_class: unsafe extern "thiscall" fn(*const IServerNetworkable) -> *mut ServerClass = std::mem::transmute(vtable.add(1)....
[INFO] [stdout]    |                                    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/types/entity.rs:61:42
[INFO] [stdout]    |
[INFO] [stdout] 61 | ...   let get_edict: unsafe extern "thiscall" fn(*const IServerNetworkable) -> *mut Edict = std::mem::transmute(vtable.add(2).read());
[INFO] [stdout]    |                                    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/types/entity.rs:71:41
[INFO] [stdout]    |
[INFO] [stdout] 71 | ...   let get_name: unsafe extern "thiscall" fn(*const IServerNetworkable) -> *const c_char = std::mem::transmute(vtable.add(3).read...
[INFO] [stdout]    |                                   ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/types/entity.rs:101:40
[INFO] [stdout]     |
[INFO] [stdout] 101 | ...   let get_col: unsafe extern "thiscall" fn(*const IServerEntity) -> *mut ICollideable = std::mem::transmute(vtable.add(3).read());
[INFO] [stdout]     |                                  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/types/entity.rs:111:40
[INFO] [stdout]     |
[INFO] [stdout] 111 | ...   let get_net: unsafe extern "thiscall" fn(*const IServerEntity) -> *mut IServerNetworkable = std::mem::transmute(vtable.add(4)...
[INFO] [stdout]     |                                  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/types/entity.rs:121:40
[INFO] [stdout]     |
[INFO] [stdout] 121 |             let get_idx: unsafe extern "thiscall" fn(*const IServerEntity) -> c_int = std::mem::transmute(vtable.add(6).read());
[INFO] [stdout]     |                                        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:11:44
[INFO] [stdout]    |
[INFO] [stdout] 11 |     pub(crate) change_level: unsafe extern "thiscall" fn(this: *mut c_void, s1: *const c_char, s2: *const c_char),
[INFO] [stdout]    |                                            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:12:44
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub(crate) is_map_valid: unsafe extern "thiscall" fn(this: *mut c_void, filename: *const c_char) -> c_int,
[INFO] [stdout]    |                                            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:13:51
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub(crate) is_dedicated_server: unsafe extern "thiscall" fn(this: *mut c_void) -> bool,
[INFO] [stdout]    |                                                   ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:14:47
[INFO] [stdout]    |
[INFO] [stdout] 14 |     pub(crate) is_in_edit_mode: unsafe extern "thiscall" fn(this: *mut c_void) -> c_int,
[INFO] [stdout]    |                                               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:15:50
[INFO] [stdout]    |
[INFO] [stdout] 15 |     pub(crate) get_launch_options: unsafe extern "thiscall" fn(this: *mut c_void) -> *mut KeyValues,
[INFO] [stdout]    |                                                  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:16:46
[INFO] [stdout]    |
[INFO] [stdout] 16 |     pub(crate) precache_model: unsafe extern "thiscall" fn(this: *mut c_void, s: *const c_char, preload: bool) -> c_int,
[INFO] [stdout]    |                                              ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:17:54
[INFO] [stdout]    |
[INFO] [stdout] 17 |     pub(crate) precache_sentence_file: unsafe extern "thiscall" fn(this: *mut c_void, s: *const c_char, preload: bool) -> c_int,
[INFO] [stdout]    |                                                      ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:18:46
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub(crate) precache_decal: unsafe extern "thiscall" fn(this: *mut c_void, name: *const c_char, preload: bool) -> c_int,
[INFO] [stdout]    |                                              ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:19:48
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub(crate) precache_generic: unsafe extern "thiscall" fn(this: *mut c_void, s: *const c_char, preload: bool) -> c_int,
[INFO] [stdout]    |                                                ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:20:50
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub(crate) is_model_precached: unsafe extern "thiscall" fn(this: *mut c_void, s: *const c_char) -> bool,
[INFO] [stdout]    |                                                  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:21:50
[INFO] [stdout]    |
[INFO] [stdout] 21 |     pub(crate) is_decal_precached: unsafe extern "thiscall" fn(this: *mut c_void, s: *const c_char) -> bool,
[INFO] [stdout]    |                                                  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:22:52
[INFO] [stdout]    |
[INFO] [stdout] 22 |     pub(crate) is_generic_precached: unsafe extern "thiscall" fn(this: *mut c_void, s: *const c_char) -> bool,
[INFO] [stdout]    |                                                    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:23:54
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub(crate) get_cluster_for_origin: unsafe extern "thiscall" fn(this: *mut c_void, org: *const Vector) -> c_int,
[INFO] [stdout]    |                                                      ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:24:51
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub(crate) get_pvs_for_cluster: unsafe extern "thiscall" fn(this: *mut c_void, cluster: c_int, outputpvslength: c_int, outputpvs...
[INFO] [stdout]    |                                                   ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:25:51
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub(crate) check_origin_in_pvs: unsafe extern "thiscall" fn(this: *mut c_void, org: *const Vector, checkpvs: *const u8, checkpvs...
[INFO] [stdout]    |                                                   ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:26:48
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub(crate) check_box_in_pvs: unsafe extern "thiscall" fn(this: *mut c_void, mins: *const Vector, maxs: *const Vector, checkpvs: ...
[INFO] [stdout]    |                                                ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:27:50
[INFO] [stdout]    |
[INFO] [stdout] 27 |     pub(crate) get_player_user_id: unsafe extern "thiscall" fn(this: *mut c_void, e: *const Edict) -> c_int,
[INFO] [stdout]    |                                                  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:28:60
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub(crate) get_player_network_id_string: unsafe extern "thiscall" fn(this: *mut c_void, e: *const Edict) -> *const c_char,
[INFO] [stdout]    |                                                            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:29:49
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub(crate) is_user_id_in_use: unsafe extern "thiscall" fn(this: *mut c_void, user_id: c_int) -> bool,
[INFO] [stdout]    |                                                 ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:30:64
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub(crate) get_loading_progress_for_user_id: unsafe extern "thiscall" fn(this: *mut c_void, user_id: c_int) -> c_int,
[INFO] [stdout]    |                                                                ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:31:48
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub(crate) get_entity_count: unsafe extern "thiscall" fn(this: *mut c_void) -> c_int,
[INFO] [stdout]    |                                                ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:32:51
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub(crate) get_player_net_info: unsafe extern "thiscall" fn(this: *mut c_void, player_index: c_int) -> *mut INetChannelInfo,
[INFO] [stdout]    |                                                   ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:33:44
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub(crate) create_edict: unsafe extern "thiscall" fn(this: *mut c_void, force_edict_index: c_int) -> *mut Edict,
[INFO] [stdout]    |                                            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:34:44
[INFO] [stdout]    |
[INFO] [stdout] 34 |     pub(crate) remove_edict: unsafe extern "thiscall" fn(this: *mut c_void, e: *mut Edict),
[INFO] [stdout]    |                                            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:35:57
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub(crate) pv_alloc_ent_private_data: unsafe extern "thiscall" fn(this: *mut c_void, cb: c_int) -> *mut c_void,
[INFO] [stdout]    |                                                         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:36:53
[INFO] [stdout]    |
[INFO] [stdout] 36 |     pub(crate) free_ent_private_data: unsafe extern "thiscall" fn(this: *mut c_void, entity: *mut c_void),
[INFO] [stdout]    |                                                     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:37:49
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub(crate) save_alloc_memory: unsafe extern "thiscall" fn(this: *mut c_void, num: usize, size: usize) -> *mut c_void,
[INFO] [stdout]    |                                                 ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:38:48
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub(crate) save_free_memory: unsafe extern "thiscall" fn(this: *mut c_void, save_mem: *mut c_void),
[INFO] [stdout]    |                                                ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:39:50
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub(crate) emit_ambient_sound: unsafe extern "thiscall" fn(this: *mut c_void, entindex: c_int, pos: *const Vector, samp: *const ...
[INFO] [stdout]    |                                                  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:40:50
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub(crate) fade_client_volume: unsafe extern "thiscall" fn(this: *mut c_void, edict: *const Edict, fade_percent: f32, fade_out_s...
[INFO] [stdout]    |                                                  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:41:51
[INFO] [stdout]    |
[INFO] [stdout] 41 |     pub(crate) sentence_group_pick: unsafe extern "thiscall" fn(this: *mut c_void, group_index: c_int, name: *mut c_char, name_buf_l...
[INFO] [stdout]    |                                                   ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:42:62
[INFO] [stdout]    |
[INFO] [stdout] 42 |     pub(crate) sentence_group_pick_sequential: unsafe extern "thiscall" fn(this: *mut c_void, group_index: c_int, name: *mut c_char,...
[INFO] [stdout]    |                                                              ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:43:56
[INFO] [stdout]    |
[INFO] [stdout] 43 |     pub(crate) sentence_index_from_name: unsafe extern "thiscall" fn(this: *mut c_void, sentence_name: *const c_char) -> c_int,
[INFO] [stdout]    |                                                        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:44:56
[INFO] [stdout]    |
[INFO] [stdout] 44 |     pub(crate) sentence_name_from_index: unsafe extern "thiscall" fn(this: *mut c_void, sentence_index: c_int) -> *const c_char,
[INFO] [stdout]    |                                                        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:45:62
[INFO] [stdout]    |
[INFO] [stdout] 45 |     pub(crate) sentence_group_index_from_name: unsafe extern "thiscall" fn(this: *mut c_void, group_name: *const c_char) -> c_int,
[INFO] [stdout]    |                                                              ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:46:62
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub(crate) sentence_group_name_from_index: unsafe extern "thiscall" fn(this: *mut c_void, group_index: c_int) -> *const c_char,
[INFO] [stdout]    |                                                              ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:47:47
[INFO] [stdout]    |
[INFO] [stdout] 47 |     pub(crate) sentence_length: unsafe extern "thiscall" fn(this: *mut c_void, sentence_index: c_int) -> f32,
[INFO] [stdout]    |                                               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:48:46
[INFO] [stdout]    |
[INFO] [stdout] 48 |     pub(crate) server_command: unsafe extern "thiscall" fn(this: *mut c_void, str: *const c_char),
[INFO] [stdout]    |                                              ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:49:46
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub(crate) server_execute: unsafe extern "thiscall" fn(this: *mut c_void),
[INFO] [stdout]    |                                              ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:51:43
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub(crate) light_style: unsafe extern "thiscall" fn(this: *mut c_void, style: c_int, val: *const c_char),
[INFO] [stdout]    |                                           ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:52:44
[INFO] [stdout]    |
[INFO] [stdout] 52 |     pub(crate) static_decal: unsafe extern "thiscall" fn(this: *mut c_void, origin: *const Vector, decal_index: c_int, entity_index:...
[INFO] [stdout]    |                                            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:53:70
[INFO] [stdout]    |
[INFO] [stdout] 53 |     pub(crate) message_determine_multicast_recipients: unsafe extern "thiscall" fn(this: *mut c_void, usepas: bool, origin: *const V...
[INFO] [stdout]    |                                                                      ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:54:52
[INFO] [stdout]    |
[INFO] [stdout] 54 |     pub(crate) entity_message_begin: unsafe extern "thiscall" fn(this: *mut c_void, ent_index: c_int, ent_class: *mut ServerClass, r...
[INFO] [stdout]    |                                                    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:55:50
[INFO] [stdout]    |
[INFO] [stdout] 55 |     pub(crate) user_message_begin: unsafe extern "thiscall" fn(this: *mut c_void, filter: *mut IRecipientFilter, msg_type: c_int, ms...
[INFO] [stdout]    |                                                  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:56:43
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub(crate) message_end: unsafe extern "thiscall" fn(this: *mut c_void),
[INFO] [stdout]    |                                           ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:57:45
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub(crate) client_printf: unsafe extern "thiscall" fn(this: *mut c_void, edict: *mut Edict, msg: *const c_char),
[INFO] [stdout]    |                                             ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:60:40
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub(crate) set_view: unsafe extern "thiscall" fn(this: *mut c_void, client: *const Edict, viewent: *const Edict),
[INFO] [stdout]    |                                        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:61:47
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub(crate) crosshair_angle: unsafe extern "thiscall" fn(this: *mut c_void, client: *const Edict, pitch: f32, yaw: f32),
[INFO] [stdout]    |                                               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:62:44
[INFO] [stdout]    |
[INFO] [stdout] 62 |     pub(crate) get_game_dir: unsafe extern "thiscall" fn(this: *mut c_void, buf: *mut c_char, maxlen: c_int),
[INFO] [stdout]    |                                            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:63:49
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub(crate) compare_file_time: unsafe extern "thiscall" fn(this: *mut c_void, filename1: *const c_char, filename2: *const c_char,...
[INFO] [stdout]    |                                                 ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:64:58
[INFO] [stdout]    |
[INFO] [stdout] 64 |     pub(crate) lock_network_string_tables: unsafe extern "thiscall" fn(this: *mut c_void, lock: bool) -> bool,
[INFO] [stdout]    |                                                          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:65:50
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub(crate) create_fake_client: unsafe extern "thiscall" fn(this: *mut c_void, netname: *const c_char) -> *mut Edict,
[INFO] [stdout]    |                                                  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:66:56
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub(crate) get_client_con_var_value: unsafe extern "thiscall" fn(this: *mut c_void, client_index: c_int, name: *const c_char) ->...
[INFO] [stdout]    |                                                        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:67:42
[INFO] [stdout]    |
[INFO] [stdout] 67 |     pub(crate) parse_file: unsafe extern "thiscall" fn(this: *mut c_void, data: *const c_char, token: *mut c_char, maxlen: c_int) ->...
[INFO] [stdout]    |                                          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:68:41
[INFO] [stdout]    |
[INFO] [stdout] 68 |     pub(crate) copy_file: unsafe extern "thiscall" fn(this: *mut c_void, source: *const c_char, dest: *const c_char) -> bool,
[INFO] [stdout]    |                                         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:69:41
[INFO] [stdout]    |
[INFO] [stdout] 69 |     pub(crate) reset_pvs: unsafe extern "thiscall" fn(this: *mut c_void, pvs: *mut u8, pvssize: c_int),
[INFO] [stdout]    |                                         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:70:49
[INFO] [stdout]    |
[INFO] [stdout] 70 |     pub(crate) add_origin_to_pvs: unsafe extern "thiscall" fn(this: *mut c_void, origin: *const Vector),
[INFO] [stdout]    |                                                 ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:71:53
[INFO] [stdout]    |
[INFO] [stdout] 71 |     pub(crate) set_area_portal_state: unsafe extern "thiscall" fn(this: *mut c_void, portal_number: c_int, is_open: c_int),
[INFO] [stdout]    |                                                     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:72:52
[INFO] [stdout]    |
[INFO] [stdout] 72 |     pub(crate) playback_temp_entity: unsafe extern "thiscall" fn(this: *mut c_void, filter: *mut IRecipientFilter, delay: f32, sende...
[INFO] [stdout]    |                                                    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:73:54
[INFO] [stdout]    |
[INFO] [stdout] 73 |     pub(crate) check_headnode_visible: unsafe extern "thiscall" fn(this: *mut c_void, nodenum: c_int, pvs: *const u8, vissize: c_int...
[INFO] [stdout]    |                                                      ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:74:53
[INFO] [stdout]    |
[INFO] [stdout] 74 |     pub(crate) check_areas_connected: unsafe extern "thiscall" fn(this: *mut c_void, area1: c_int, area2: c_int) -> c_int,
[INFO] [stdout]    |                                                     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:75:40
[INFO] [stdout]    |
[INFO] [stdout] 75 |     pub(crate) get_area: unsafe extern "thiscall" fn(this: *mut c_void, origin: *const Vector) -> c_int,
[INFO] [stdout]    |                                        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:76:45
[INFO] [stdout]    |
[INFO] [stdout] 76 |     pub(crate) get_area_bits: unsafe extern "thiscall" fn(this: *mut c_void, area: c_int, bits: *mut u8, buflen: c_int),
[INFO] [stdout]    |                                             ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:77:53
[INFO] [stdout]    |
[INFO] [stdout] 77 |     pub(crate) get_area_portal_plane: unsafe extern "thiscall" fn(this: *mut c_void, view_origin: *const Vector, portal_key: c_int, ...
[INFO] [stdout]    |                                                     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:78:47
[INFO] [stdout]    |
[INFO] [stdout] 78 |     pub(crate) load_game_state: unsafe extern "thiscall" fn(this: *mut c_void, map_name: *const c_char, create_players: bool) -> bool,
[INFO] [stdout]    |                                               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:79:50
[INFO] [stdout]    |
[INFO] [stdout] 79 |     pub(crate) load_adjacent_ents: unsafe extern "thiscall" fn(this: *mut c_void, old_level: *const c_char, landmark_name: *const c_...
[INFO] [stdout]    |                                                  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:80:46
[INFO] [stdout]    |
[INFO] [stdout] 80 |     pub(crate) clear_save_dir: unsafe extern "thiscall" fn(this: *mut c_void),
[INFO] [stdout]    |                                              ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:81:55
[INFO] [stdout]    |
[INFO] [stdout] 81 |     pub(crate) get_map_entities_string: unsafe extern "thiscall" fn(this: *mut c_void) -> *const c_char,
[INFO] [stdout]    |                                                       ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:82:48
[INFO] [stdout]    |
[INFO] [stdout] 82 |     pub(crate) text_message_get: unsafe extern "thiscall" fn(this: *mut c_void, name: *const c_char) -> *mut ClientTextMessage,
[INFO] [stdout]    |                                                ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:83:41
[INFO] [stdout]    |
[INFO] [stdout] 83 |     pub(crate) log_print: unsafe extern "thiscall" fn(this: *mut c_void, msg: *const c_char),
[INFO] [stdout]    |                                         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:84:46
[INFO] [stdout]    |
[INFO] [stdout] 84 |     pub(crate) is_log_enabled: unsafe extern "thiscall" fn(this: *mut c_void) -> bool,
[INFO] [stdout]    |                                              ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:85:57
[INFO] [stdout]    |
[INFO] [stdout] 85 |     pub(crate) build_entity_cluster_list: unsafe extern "thiscall" fn(this: *mut c_void, edict: *mut Edict, pvs_info: *mut PVSInfoT),
[INFO] [stdout]    |                                                         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:86:43
[INFO] [stdout]    |
[INFO] [stdout] 86 |     pub(crate) solid_moved: unsafe extern "thiscall" fn(this: *mut c_void, solid_ent: *mut Edict, solid_collide: *mut ICollideable, ...
[INFO] [stdout]    |                                           ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:87:45
[INFO] [stdout]    |
[INFO] [stdout] 87 |     pub(crate) trigger_moved: unsafe extern "thiscall" fn(this: *mut c_void, trigger_ent: *mut Edict, bounds_only: bool),
[INFO] [stdout]    |                                             ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:88:56
[INFO] [stdout]    |
[INFO] [stdout] 88 |     pub(crate) create_spatial_partition: unsafe extern "thiscall" fn(this: *mut c_void, worldmin: *const Vector, worldmax: *const Ve...
[INFO] [stdout]    |                                                        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:89:57
[INFO] [stdout]    |
[INFO] [stdout] 89 |     pub(crate) destroy_spatial_partition: unsafe extern "thiscall" fn(this: *mut c_void, partition: *mut ISpatialPartition),
[INFO] [stdout]    |                                                         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:90:55
[INFO] [stdout]    |
[INFO] [stdout] 90 |     pub(crate) draw_map_to_scratch_pad: unsafe extern "thiscall" fn(this: *mut c_void, pad: *mut IScratchPad3D, flags: u32),
[INFO] [stdout]    |                                                       ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:91:67
[INFO] [stdout]    |
[INFO] [stdout] 91 |     pub(crate) get_entity_transmit_bits_for_client: unsafe extern "thiscall" fn(this: *mut c_void, client_index: c_int) -> *const CB...
[INFO] [stdout]    |                                                                   ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:92:41
[INFO] [stdout]    |
[INFO] [stdout] 92 |     pub(crate) is_paused: unsafe extern "thiscall" fn(this: *mut c_void) -> bool,
[INFO] [stdout]    |                                         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:93:45
[INFO] [stdout]    |
[INFO] [stdout] 93 |     pub(crate) get_timescale: unsafe extern "thiscall" fn(this: *mut c_void) -> f32,
[INFO] [stdout]    |                                             ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:94:48
[INFO] [stdout]    |
[INFO] [stdout] 94 |     pub(crate) force_exact_file: unsafe extern "thiscall" fn(this: *mut c_void, s: *const c_char),
[INFO] [stdout]    |                                                ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:95:50
[INFO] [stdout]    |
[INFO] [stdout] 95 |     pub(crate) force_model_bounds: unsafe extern "thiscall" fn(this: *mut c_void, s: *const c_char, mins: *const Vector, maxs: *cons...
[INFO] [stdout]    |                                                  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:96:64
[INFO] [stdout]    |
[INFO] [stdout] 96 |     pub(crate) clear_save_dir_after_client_load: unsafe extern "thiscall" fn(this: *mut c_void),
[INFO] [stdout]    |                                                                ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:97:61
[INFO] [stdout]    |
[INFO] [stdout] 97 |     pub(crate) set_fake_client_con_var_value: unsafe extern "thiscall" fn(this: *mut c_void, entity: *mut Edict, cvar: *const c_char...
[INFO] [stdout]    |                                                             ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:98:53
[INFO] [stdout]    |
[INFO] [stdout] 98 |     pub(crate) force_simple_material: unsafe extern "thiscall" fn(this: *mut c_void, s: *const c_char),
[INFO] [stdout]    |                                                     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:99:53
[INFO] [stdout]    |
[INFO] [stdout] 99 |     pub(crate) is_in_commentary_mode: unsafe extern "thiscall" fn(this: *mut c_void) -> c_int,
[INFO] [stdout]    |                                                     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:100:61
[INFO] [stdout]     |
[INFO] [stdout] 100 |     pub(crate) is_level_main_menu_background: unsafe extern "thiscall" fn(this: *mut c_void) -> bool,
[INFO] [stdout]     |                                                             ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:101:54
[INFO] [stdout]     |
[INFO] [stdout] 101 |     pub(crate) set_area_portal_states: unsafe extern "thiscall" fn(this: *mut c_void, portal_numbers: *const c_int, is_open: *const...
[INFO] [stdout]     |                                                      ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:102:57
[INFO] [stdout]     |
[INFO] [stdout] 102 |     pub(crate) notify_edict_flags_change: unsafe extern "thiscall" fn(this: *mut c_void, edict_index: c_int),
[INFO] [stdout]     |                                                         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:103:60
[INFO] [stdout]     |
[INFO] [stdout] 103 |     pub(crate) get_prev_check_transmit_info: unsafe extern "thiscall" fn(this: *mut c_void, player_edict: *mut Edict) -> *const CCh...
[INFO] [stdout]     |                                                            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:104:60
[INFO] [stdout]     |
[INFO] [stdout] 104 |     pub(crate) get_shared_edict_change_info: unsafe extern "thiscall" fn(this: *mut c_void) -> *mut CSharedEdictChangeInfo,
[INFO] [stdout]     |                                                            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:105:59
[INFO] [stdout]     |
[INFO] [stdout] 105 |     pub(crate) allow_immediate_edict_reuse: unsafe extern "thiscall" fn(this: *mut c_void),
[INFO] [stdout]     |                                                           ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:106:49
[INFO] [stdout]     |
[INFO] [stdout] 106 |     pub(crate) is_internal_build: unsafe extern "thiscall" fn(this: *mut c_void) -> bool,
[INFO] [stdout]     |                                                 ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:107:51
[INFO] [stdout]     |
[INFO] [stdout] 107 |     pub(crate) get_change_accessor: unsafe extern "thiscall" fn(this: *mut c_void, edict: *const Edict) -> *mut IChangeInfoAccessor,
[INFO] [stdout]     |                                                   ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:108:66
[INFO] [stdout]     |
[INFO] [stdout] 108 |     pub(crate) get_most_recently_loaded_file_name: unsafe extern "thiscall" fn(this: *mut c_void) -> *const c_char,
[INFO] [stdout]     |                                                                  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:109:50
[INFO] [stdout]     |
[INFO] [stdout] 109 |     pub(crate) get_save_file_name: unsafe extern "thiscall" fn(this: *mut c_void) -> *const c_char,
[INFO] [stdout]     |                                                  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:110:60
[INFO] [stdout]     |
[INFO] [stdout] 110 |     pub(crate) clean_up_entity_cluster_list: unsafe extern "thiscall" fn(this: *mut c_void, pvs_info: *mut PVSInfoT),
[INFO] [stdout]     |                                                            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:111:42
[INFO] [stdout]     |
[INFO] [stdout] 111 |     pub(crate) get_app_id: unsafe extern "thiscall" fn(this: *mut c_void) -> c_int,
[INFO] [stdout]     |                                          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:112:47
[INFO] [stdout]     |
[INFO] [stdout] 112 |     pub(crate) is_low_violence: unsafe extern "thiscall" fn(this: *mut c_void) -> bool,
[INFO] [stdout]     |                                               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:113:58
[INFO] [stdout]     |
[INFO] [stdout] 113 |     pub(crate) is_any_client_low_violence: unsafe extern "thiscall" fn(this: *mut c_void) -> bool,
[INFO] [stdout]     |                                                          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:114:54
[INFO] [stdout]     |
[INFO] [stdout] 114 |     pub(crate) start_query_cvar_value: unsafe extern "thiscall" fn(this: *mut c_void, player_entity: *mut Edict, name: *const c_cha...
[INFO] [stdout]     |                                                      ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:115:53
[INFO] [stdout]     |
[INFO] [stdout] 115 |     pub(crate) insert_server_command: unsafe extern "thiscall" fn(this: *mut c_void, str: *const c_char),
[INFO] [stdout]     |                                                     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:116:47
[INFO] [stdout]     |
[INFO] [stdout] 116 |     pub(crate) get_player_info: unsafe extern "thiscall" fn(this: *mut c_void, ent_num: c_int, pinfo: *mut PlayerInfo) -> bool,
[INFO] [stdout]     |                                               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:117:61
[INFO] [stdout]     |
[INFO] [stdout] 117 |     pub(crate) is_client_fully_authenticated: unsafe extern "thiscall" fn(this: *mut c_void, edict: *mut Edict) -> bool,
[INFO] [stdout]     |                                                             ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:118:67
[INFO] [stdout]     |
[INFO] [stdout] 118 |     pub(crate) set_dedicated_server_benchmark_mode: unsafe extern "thiscall" fn(this: *mut c_void, benchmark_mode: bool),
[INFO] [stdout]     |                                                                   ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:119:54
[INFO] [stdout]     |
[INFO] [stdout] 119 |     pub(crate) is_split_screen_player: unsafe extern "thiscall" fn(this: *mut c_void, ent_num: c_int) -> bool,
[INFO] [stdout]     |                                                      ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:120:71
[INFO] [stdout]     |
[INFO] [stdout] 120 |     pub(crate) get_split_screen_player_attach_to_edict: unsafe extern "thiscall" fn(this: *mut c_void, ent_num: c_int) -> *mut Edict,
[INFO] [stdout]     |                                                                       ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:121:76
[INFO] [stdout]     |
[INFO] [stdout] 121 |     pub(crate) get_num_split_screen_users_attached_to_edict: unsafe extern "thiscall" fn(this: *mut c_void, ent_num: c_int) -> c_int,
[INFO] [stdout]     |                                                                            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:122:65
[INFO] [stdout]     |
[INFO] [stdout] 122 |     pub(crate) get_split_screen_player_for_edict: unsafe extern "thiscall" fn(this: *mut c_void, ent_num: c_int, slot: c_int) -> *m...
[INFO] [stdout]     |                                                                 ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:123:61
[INFO] [stdout]     |
[INFO] [stdout] 123 |     pub(crate) is_override_load_game_ents_on: unsafe extern "thiscall" fn(this: *mut c_void) -> bool,
[INFO] [stdout]     |                                                             ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:124:50
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub(crate) force_flush_entity: unsafe extern "thiscall" fn(this: *mut c_void, entity_index: c_int),
[INFO] [stdout]     |                                                  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:125:69
[INFO] [stdout]     |
[INFO] [stdout] 125 |     pub(crate) get_single_player_shared_memory_space: unsafe extern "thiscall" fn(this: *mut c_void, name: *const c_char, ent_num: ...
[INFO] [stdout]     |                                                                     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:126:55
[INFO] [stdout]     |
[INFO] [stdout] 126 |     pub(crate) alloc_level_static_data: unsafe extern "thiscall" fn(this: *mut c_void, bytes: usize) -> *mut c_void,
[INFO] [stdout]     |                                                       ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:127:49
[INFO] [stdout]     |
[INFO] [stdout] 127 |     pub(crate) get_cluster_count: unsafe extern "thiscall" fn(this: *mut c_void) -> c_int,
[INFO] [stdout]     |                                                 ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:128:54
[INFO] [stdout]     |
[INFO] [stdout] 128 |     pub(crate) get_all_cluster_bounds: unsafe extern "thiscall" fn(this: *mut c_void, bbox_list: *mut BBoxT, max_bbox: c_int) -> c_...
[INFO] [stdout]     |                                                      ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:129:51
[INFO] [stdout]     |
[INFO] [stdout] 129 |     pub(crate) is_creating_reslist: unsafe extern "thiscall" fn(this: *mut c_void) -> bool,
[INFO] [stdout]     |                                                   ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:130:56
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub(crate) is_creating_xbox_reslist: unsafe extern "thiscall" fn(this: *mut c_void) -> bool,
[INFO] [stdout]     |                                                        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:131:60
[INFO] [stdout]     |
[INFO] [stdout] 131 |     pub(crate) is_dedicated_server_for_xbox: unsafe extern "thiscall" fn(this: *mut c_void) -> bool,
[INFO] [stdout]     |                                                            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:132:37
[INFO] [stdout]     |
[INFO] [stdout] 132 |     pub(crate) pause: unsafe extern "thiscall" fn(this: *mut c_void, pause: bool, force: bool),
[INFO] [stdout]     |                                     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:133:45
[INFO] [stdout]     |
[INFO] [stdout] 133 |     pub(crate) set_timescale: unsafe extern "thiscall" fn(this: *mut c_void, timescale: f32),
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:134:50
[INFO] [stdout]     |
[INFO] [stdout] 134 |     pub(crate) set_gamestats_data: unsafe extern "thiscall" fn(this: *mut c_void, gamestats_data: *mut CGamestatsData),
[INFO] [stdout]     |                                                  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:135:50
[INFO] [stdout]     |
[INFO] [stdout] 135 |     pub(crate) get_gamestats_data: unsafe extern "thiscall" fn(this: *mut c_void) -> *mut CGamestatsData,
[INFO] [stdout]     |                                                  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:136:51
[INFO] [stdout]     |
[INFO] [stdout] 136 |     pub(crate) get_client_steam_id: unsafe extern "thiscall" fn(this: *mut c_void, player_edict: *const Edict) -> *const CSteamID,
[INFO] [stdout]     |                                                   ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:137:56
[INFO] [stdout]     |
[INFO] [stdout] 137 |     pub(crate) get_game_server_steam_id: unsafe extern "thiscall" fn(this: *mut c_void) -> *const CSteamID,
[INFO] [stdout]     |                                                        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:138:53
[INFO] [stdout]     |
[INFO] [stdout] 138 |     pub(crate) host_validate_session: unsafe extern "thiscall" fn(this: *mut c_void),
[INFO] [stdout]     |                                                     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:139:59
[INFO] [stdout]     |
[INFO] [stdout] 139 |     pub(crate) refresh_screen_if_necessary: unsafe extern "thiscall" fn(this: *mut c_void),
[INFO] [stdout]     |                                                           ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:140:44
[INFO] [stdout]     |
[INFO] [stdout] 140 |     pub(crate) has_paintmap: unsafe extern "thiscall" fn(this: *mut c_void) -> bool,
[INFO] [stdout]     |                                            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:141:52
[INFO] [stdout]     |
[INFO] [stdout] 141 |     pub(crate) sphere_paint_surface: unsafe extern "thiscall" fn(this: *mut c_void, model: *const ModelT, pos: *const Vector, paint...
[INFO] [stdout]     |                                                    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:142:58
[INFO] [stdout]     |
[INFO] [stdout] 142 |     pub(crate) sphere_trace_paint_surface: unsafe extern "thiscall" fn(this: *mut c_void, model: *const ModelT, pos: *const Vector,...
[INFO] [stdout]     |                                                          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:143:48
[INFO] [stdout]     |
[INFO] [stdout] 143 |     pub(crate) remove_all_paint: unsafe extern "thiscall" fn(this: *mut c_void),
[INFO] [stdout]     |                                                ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:144:50
[INFO] [stdout]     |
[INFO] [stdout] 144 |     pub(crate) paint_all_surfaces: unsafe extern "thiscall" fn(this: *mut c_void, paint_type: u8),
[INFO] [stdout]     |                                                  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:145:44
[INFO] [stdout]     |
[INFO] [stdout] 145 |     pub(crate) remove_paint: unsafe extern "thiscall" fn(this: *mut c_void, model: *const ModelT),
[INFO] [stdout]     |                                            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:146:57
[INFO] [stdout]     |
[INFO] [stdout] 146 |     pub(crate) client_command_key_values: unsafe extern "thiscall" fn(this: *mut c_void, edict: *mut Edict, command: *mut KeyValues),
[INFO] [stdout]     |                                                         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:147:47
[INFO] [stdout]     |
[INFO] [stdout] 147 |     pub(crate) get_client_xuid: unsafe extern "thiscall" fn(this: *mut c_void, player_edict: *const Edict) -> u64,
[INFO] [stdout]     |                                               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:148:45
[INFO] [stdout]     |
[INFO] [stdout] 148 |     pub(crate) is_active_app: unsafe extern "thiscall" fn(this: *mut c_void) -> bool,
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:149:51
[INFO] [stdout]     |
[INFO] [stdout] 149 |     pub(crate) set_no_clip_enabled: unsafe extern "thiscall" fn(this: *mut c_void, enabled: bool),
[INFO] [stdout]     |                                                   ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:150:53
[INFO] [stdout]     |
[INFO] [stdout] 150 |     pub(crate) get_paintmap_data_rle: unsafe extern "thiscall" fn(this: *mut c_void, mapdata: *mut CUtlVector),
[INFO] [stdout]     |                                                     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:151:54
[INFO] [stdout]     |
[INFO] [stdout] 151 |     pub(crate) load_paintmap_data_rle: unsafe extern "thiscall" fn(this: *mut c_void, mapdata: *mut CUtlVector),
[INFO] [stdout]     |                                                      ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:152:60
[INFO] [stdout]     |
[INFO] [stdout] 152 |     pub(crate) send_paintmap_data_to_client: unsafe extern "thiscall" fn(this: *mut c_void, edict: *mut Edict),
[INFO] [stdout]     |                                                            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:153:61
[INFO] [stdout]     |
[INFO] [stdout] 153 |     pub(crate) get_latency_for_choreo_sounds: unsafe extern "thiscall" fn(this: *mut c_void) -> f32,
[INFO] [stdout]     |                                                             ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:154:62
[INFO] [stdout]     |
[INFO] [stdout] 154 |     pub(crate) get_client_cross_play_platform: unsafe extern "thiscall" fn(this: *mut c_void, client_index: c_int) -> c_int,
[INFO] [stdout]     |                                                              ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server_tools.rs:12:41
[INFO] [stdout]    |
[INFO] [stdout] 12 | type FnGetIServerEntity = unsafe extern "thiscall" fn(this: *mut c_void, p_client_entity: *const IClientEntity) -> *mut IServerEntity;
[INFO] [stdout]    |                                         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server_tools.rs:13:45
[INFO] [stdout]    |
[INFO] [stdout] 13 | type FnSnapPlayerToPosition = unsafe extern "thiscall" fn(this: *mut c_void, org: *const Vector, ang: *const QAngle, p_client_player...
[INFO] [stdout]    |                                             ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server_tools.rs:14:42
[INFO] [stdout]    |
[INFO] [stdout] 14 | type FnGetPlayerPosition = unsafe extern "thiscall" fn(this: *mut c_void, org: *mut Vector, ang: *mut QAngle, p_client_player: *cons...
[INFO] [stdout]    |                                          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server_tools.rs:15:37
[INFO] [stdout]    |
[INFO] [stdout] 15 | type FnSetPlayerFOV = unsafe extern "thiscall" fn(this: *mut c_void, fov: c_int, p_client_player: *const IClientEntity) -> bool;
[INFO] [stdout]    |                                     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server_tools.rs:16:37
[INFO] [stdout]    |
[INFO] [stdout] 16 | type FnGetPlayerFOV = unsafe extern "thiscall" fn(this: *mut c_void, p_client_player: *const IClientEntity) -> c_int;
[INFO] [stdout]    |                                     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server_tools.rs:17:39
[INFO] [stdout]    |
[INFO] [stdout] 17 | type FnIsInNoClipMode = unsafe extern "thiscall" fn(this: *mut c_void, p_client_player: *const IClientEntity) -> bool;
[INFO] [stdout]    |                                       ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server_tools.rs:19:36
[INFO] [stdout]    |
[INFO] [stdout] 19 | type FnFirstEntity = unsafe extern "thiscall" fn(this: *mut c_void) -> *mut CBaseEntity;
[INFO] [stdout]    |                                    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server_tools.rs:20:35
[INFO] [stdout]    |
[INFO] [stdout] 20 | type FnNextEntity = unsafe extern "thiscall" fn(this: *mut c_void, p_entity: *const CBaseEntity) -> *mut CBaseEntity;
[INFO] [stdout]    |                                   ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server_tools.rs:21:45
[INFO] [stdout]    |
[INFO] [stdout] 21 | type FnFindEntityByHammerID = unsafe extern "thiscall" fn(this: *mut c_void, i_hammer_id: c_int) -> *mut CBaseEntity;
[INFO] [stdout]    |                                             ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server_tools.rs:23:36
[INFO] [stdout]    |
[INFO] [stdout] 23 | type FnGetKeyValue = unsafe extern "thiscall" fn(this: *mut c_void, p_entity: *const CBaseEntity, sz_field: *const c_char, sz_value:...
[INFO] [stdout]    |                                    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]  --> src/interfaces.rs:3:14
[INFO] [stdout]   |
[INFO] [stdout] 3 | use windows::Win32::System::LibraryLoader::{GetModuleHandleA, GetProcAddress};
[INFO] [stdout]   |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]  --> src/memory.rs:1:14
[INFO] [stdout]   |
[INFO] [stdout] 1 | use windows::Win32::System::LibraryLoader::GetModuleHandleA;
[INFO] [stdout]   |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]  --> src/memory.rs:2:14
[INFO] [stdout]   |
[INFO] [stdout] 2 | use windows::Win32::System::ProcessStatus::{GetModuleInformation, MODULEINFO};
[INFO] [stdout]   |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]  --> src/memory.rs:3:14
[INFO] [stdout]   |
[INFO] [stdout] 3 | use windows::Win32::System::Threading::GetCurrentProcess;
[INFO] [stdout]   |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `windows::core`
[INFO] [stdout]  --> src/interfaces.rs:2:14
[INFO] [stdout]   |
[INFO] [stdout] 2 | use windows::core::PCSTR;
[INFO] [stdout]   |              ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `windows::core`
[INFO] [stdout]  --> src/memory.rs:4:14
[INFO] [stdout]   |
[INFO] [stdout] 4 | use windows::core::PCSTR;
[INFO] [stdout]   |              ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/types/entity.rs:51:42
[INFO] [stdout]    |
[INFO] [stdout] 51 | ...   let get_class: unsafe extern "thiscall" fn(*const IServerNetworkable) -> *mut ServerClass = std::mem::transmute(vtable.add(1)....
[INFO] [stdout]    |                                    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/types/entity.rs:61:42
[INFO] [stdout]    |
[INFO] [stdout] 61 | ...   let get_edict: unsafe extern "thiscall" fn(*const IServerNetworkable) -> *mut Edict = std::mem::transmute(vtable.add(2).read());
[INFO] [stdout]    |                                    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/types/entity.rs:71:41
[INFO] [stdout]    |
[INFO] [stdout] 71 | ...   let get_name: unsafe extern "thiscall" fn(*const IServerNetworkable) -> *const c_char = std::mem::transmute(vtable.add(3).read...
[INFO] [stdout]    |                                   ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/types/entity.rs:101:40
[INFO] [stdout]     |
[INFO] [stdout] 101 | ...   let get_col: unsafe extern "thiscall" fn(*const IServerEntity) -> *mut ICollideable = std::mem::transmute(vtable.add(3).read());
[INFO] [stdout]     |                                  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/types/entity.rs:111:40
[INFO] [stdout]     |
[INFO] [stdout] 111 | ...   let get_net: unsafe extern "thiscall" fn(*const IServerEntity) -> *mut IServerNetworkable = std::mem::transmute(vtable.add(4)...
[INFO] [stdout]     |                                  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/types/entity.rs:121:40
[INFO] [stdout]     |
[INFO] [stdout] 121 |             let get_idx: unsafe extern "thiscall" fn(*const IServerEntity) -> c_int = std::mem::transmute(vtable.add(6).read());
[INFO] [stdout]     |                                        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:11:44
[INFO] [stdout]    |
[INFO] [stdout] 11 |     pub(crate) change_level: unsafe extern "thiscall" fn(this: *mut c_void, s1: *const c_char, s2: *const c_char),
[INFO] [stdout]    |                                            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:12:44
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub(crate) is_map_valid: unsafe extern "thiscall" fn(this: *mut c_void, filename: *const c_char) -> c_int,
[INFO] [stdout]    |                                            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:13:51
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub(crate) is_dedicated_server: unsafe extern "thiscall" fn(this: *mut c_void) -> bool,
[INFO] [stdout]    |                                                   ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:14:47
[INFO] [stdout]    |
[INFO] [stdout] 14 |     pub(crate) is_in_edit_mode: unsafe extern "thiscall" fn(this: *mut c_void) -> c_int,
[INFO] [stdout]    |                                               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server_tools.rs:24:39
[INFO] [stdout]    |
[INFO] [stdout] 24 | type FnSetKeyValueStr = unsafe extern "thiscall" fn(this: *mut c_void, p_entity: *mut CBaseEntity, sz_field: *const c_char, sz_value...
[INFO] [stdout]    |                                       ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server_tools.rs:25:39
[INFO] [stdout]    |
[INFO] [stdout] 25 | type FnSetKeyValueFlt = unsafe extern "thiscall" fn(this: *mut c_void, p_entity: *mut CBaseEntity, sz_field: *const c_char, fl_value...
[INFO] [stdout]    |                                       ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server_tools.rs:26:39
[INFO] [stdout]    |
[INFO] [stdout] 26 | type FnSetKeyValueVec = unsafe extern "thiscall" fn(this: *mut c_void, p_entity: *mut CBaseEntity, sz_field: *const c_char, vec_valu...
[INFO] [stdout]    |                                       ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server_tools.rs:28:43
[INFO] [stdout]    |
[INFO] [stdout] 28 | type FnCreateEntityByName = unsafe extern "thiscall" fn(this: *mut c_void, sz_class_name: *const c_char) -> *mut CBaseEntity;
[INFO] [stdout]    |                                           ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server_tools.rs:29:38
[INFO] [stdout]    |
[INFO] [stdout] 29 | type FnDispatchSpawn = unsafe extern "thiscall" fn(this: *mut c_void, p_entity: *mut CBaseEntity);
[INFO] [stdout]    |                                      ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:15:50
[INFO] [stdout]    |
[INFO] [stdout] 15 |     pub(crate) get_launch_options: unsafe extern "thiscall" fn(this: *mut c_void) -> *mut KeyValues,
[INFO] [stdout]    |                                                  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server_tools.rs:30:48
[INFO] [stdout]    |
[INFO] [stdout] 30 | type FnDestroyEntityByHammerId = unsafe extern "thiscall" fn(this: *mut c_void, i_hammer_id: c_int) -> bool;
[INFO] [stdout]    |                                                ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:16:46
[INFO] [stdout]    |
[INFO] [stdout] 16 |     pub(crate) precache_model: unsafe extern "thiscall" fn(this: *mut c_void, s: *const c_char, preload: bool) -> c_int,
[INFO] [stdout]    |                                              ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server_tools.rs:31:49
[INFO] [stdout]    |
[INFO] [stdout] 31 | type FnRespawnEntitiesWithEdits = unsafe extern "thiscall" fn(this: *mut c_void, p_infos: *mut CEntityRespawnInfo, n_infos: c_int) -...
[INFO] [stdout]    |                                                 ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server_tools.rs:33:49
[INFO] [stdout]    |
[INFO] [stdout] 33 | type FnReloadParticleDefintions = unsafe extern "thiscall" fn(this: *mut c_void, p_file_name: *const c_char, p_buf_data: *const c_vo...
[INFO] [stdout]    |                                                 ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:17:54
[INFO] [stdout]    |
[INFO] [stdout] 17 |     pub(crate) precache_sentence_file: unsafe extern "thiscall" fn(this: *mut c_void, s: *const c_char, preload: bool) -> c_int,
[INFO] [stdout]    |                                                      ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server_tools.rs:34:39
[INFO] [stdout]    |
[INFO] [stdout] 34 | type FnAddOriginToPVS = unsafe extern "thiscall" fn(this: *mut c_void, org: *const Vector);
[INFO] [stdout]    |                                       ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:18:46
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub(crate) precache_decal: unsafe extern "thiscall" fn(this: *mut c_void, name: *const c_char, preload: bool) -> c_int,
[INFO] [stdout]    |                                              ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server_tools.rs:35:41
[INFO] [stdout]    |
[INFO] [stdout] 35 | type FnMoveEngineViewTo = unsafe extern "thiscall" fn(this: *mut c_void, v_pos: *const Vector, v_angles: *const QAngle);
[INFO] [stdout]    |                                         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:19:48
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub(crate) precache_generic: unsafe extern "thiscall" fn(this: *mut c_void, s: *const c_char, preload: bool) -> c_int,
[INFO] [stdout]    |                                                ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server_tools.rs:36:37
[INFO] [stdout]    |
[INFO] [stdout] 36 | type FnRemoveEntity = unsafe extern "thiscall" fn(this: *mut c_void, n_hammer_id: c_int);
[INFO] [stdout]    |                                     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:20:50
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub(crate) is_model_precached: unsafe extern "thiscall" fn(this: *mut c_void, s: *const c_char) -> bool,
[INFO] [stdout]    |                                                  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/client.rs:10:38
[INFO] [stdout]    |
[INFO] [stdout] 10 | type FnGetScreenSize = unsafe extern "thiscall" fn(this: *const IVEngineClient, w: *mut c_int, h: *mut c_int);
[INFO] [stdout]    |                                      ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:21:50
[INFO] [stdout]    |
[INFO] [stdout] 21 |     pub(crate) is_decal_precached: unsafe extern "thiscall" fn(this: *mut c_void, s: *const c_char) -> bool,
[INFO] [stdout]    |                                                  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/client.rs:11:34
[INFO] [stdout]    |
[INFO] [stdout] 11 | type FnServerCmd = unsafe extern "thiscall" fn(this: *mut RawIVEngineClient, cmd: *const c_char, reliable: bool);
[INFO] [stdout]    |                                  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/client.rs:12:34
[INFO] [stdout]    |
[INFO] [stdout] 12 | type FnClientCmd = unsafe extern "thiscall" fn(this: *mut RawIVEngineClient, cmd: *const c_char);
[INFO] [stdout]    |                                  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:22:52
[INFO] [stdout]    |
[INFO] [stdout] 22 |     pub(crate) is_generic_precached: unsafe extern "thiscall" fn(this: *mut c_void, s: *const c_char) -> bool,
[INFO] [stdout]    |                                                    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/client.rs:13:38
[INFO] [stdout]    |
[INFO] [stdout] 13 | type FnGetPlayerInfo = unsafe extern "thiscall" fn(this: *mut RawIVEngineClient, ent_num: c_int, p_info: *mut PlayerInfo) -> bool;
[INFO] [stdout]    |                                      ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:23:54
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub(crate) get_cluster_for_origin: unsafe extern "thiscall" fn(this: *mut c_void, org: *const Vector) -> c_int,
[INFO] [stdout]    |                                                      ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/client.rs:14:43
[INFO] [stdout]    |
[INFO] [stdout] 14 | type FnGetPlayerForUserID = unsafe extern "thiscall" fn(this: *const RawIVEngineClient, user_id: c_int) -> c_int;
[INFO] [stdout]    |                                           ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:24:51
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub(crate) get_pvs_for_cluster: unsafe extern "thiscall" fn(this: *mut c_void, cluster: c_int, outputpvslength: c_int, outputpvs...
[INFO] [stdout]    |                                                   ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/client.rs:15:41
[INFO] [stdout]    |
[INFO] [stdout] 15 | type FnGetLastTimeStamp = unsafe extern "thiscall" fn(this: *mut RawIVEngineClient) -> f32;
[INFO] [stdout]    |                                         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:25:51
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub(crate) check_origin_in_pvs: unsafe extern "thiscall" fn(this: *mut c_void, org: *const Vector, checkpvs: *const u8, checkpvs...
[INFO] [stdout]    |                                                   ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/client.rs:16:38
[INFO] [stdout]    |
[INFO] [stdout] 16 | type FnGetViewAngles = unsafe extern "thiscall" fn(this: *mut RawIVEngineClient, va: *mut QAngle);
[INFO] [stdout]    |                                      ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:26:48
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub(crate) check_box_in_pvs: unsafe extern "thiscall" fn(this: *mut c_void, mins: *const Vector, maxs: *const Vector, checkpvs: ...
[INFO] [stdout]    |                                                ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/client.rs:17:38
[INFO] [stdout]    |
[INFO] [stdout] 17 | type FnSetViewAngles = unsafe extern "thiscall" fn(this: *mut RawIVEngineClient, va: *const QAngle);
[INFO] [stdout]    |                                      ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:27:50
[INFO] [stdout]    |
[INFO] [stdout] 27 |     pub(crate) get_player_user_id: unsafe extern "thiscall" fn(this: *mut c_void, e: *const Edict) -> c_int,
[INFO] [stdout]    |                                                  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/client.rs:18:38
[INFO] [stdout]    |
[INFO] [stdout] 18 | type FnGetMaxClients = unsafe extern "thiscall" fn(this: *mut RawIVEngineClient) -> c_int;
[INFO] [stdout]    |                                      ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/client.rs:19:33
[INFO] [stdout]    |
[INFO] [stdout] 19 | type FnIsInGame = unsafe extern "thiscall" fn(this: *mut RawIVEngineClient) -> bool;
[INFO] [stdout]    |                                 ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:28:60
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub(crate) get_player_network_id_string: unsafe extern "thiscall" fn(this: *mut c_void, e: *const Edict) -> *const c_char,
[INFO] [stdout]    |                                                            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/client.rs:20:36
[INFO] [stdout]    |
[INFO] [stdout] 20 | type FnIsConnected = unsafe extern "thiscall" fn(this: *mut RawIVEngineClient) -> bool;
[INFO] [stdout]    |                                    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:29:49
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub(crate) is_user_id_in_use: unsafe extern "thiscall" fn(this: *mut c_void, user_id: c_int) -> bool,
[INFO] [stdout]    |                                                 ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/client.rs:21:46
[INFO] [stdout]    |
[INFO] [stdout] 21 | type FnIsDrawingLoadingImage = unsafe extern "thiscall" fn(this: *mut RawIVEngineClient) -> bool;
[INFO] [stdout]    |                                              ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:30:64
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub(crate) get_loading_progress_for_user_id: unsafe extern "thiscall" fn(this: *mut c_void, user_id: c_int) -> c_int,
[INFO] [stdout]    |                                                                ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:31:48
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub(crate) get_entity_count: unsafe extern "thiscall" fn(this: *mut c_void) -> c_int,
[INFO] [stdout]    |                                                ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:32:51
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub(crate) get_player_net_info: unsafe extern "thiscall" fn(this: *mut c_void, player_index: c_int) -> *mut INetChannelInfo,
[INFO] [stdout]    |                                                   ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:33:44
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub(crate) create_edict: unsafe extern "thiscall" fn(this: *mut c_void, force_edict_index: c_int) -> *mut Edict,
[INFO] [stdout]    |                                            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:34:44
[INFO] [stdout]    |
[INFO] [stdout] 34 |     pub(crate) remove_edict: unsafe extern "thiscall" fn(this: *mut c_void, e: *mut Edict),
[INFO] [stdout]    |                                            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:35:57
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub(crate) pv_alloc_ent_private_data: unsafe extern "thiscall" fn(this: *mut c_void, cb: c_int) -> *mut c_void,
[INFO] [stdout]    |                                                         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:36:53
[INFO] [stdout]    |
[INFO] [stdout] 36 |     pub(crate) free_ent_private_data: unsafe extern "thiscall" fn(this: *mut c_void, entity: *mut c_void),
[INFO] [stdout]    |                                                     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:37:49
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub(crate) save_alloc_memory: unsafe extern "thiscall" fn(this: *mut c_void, num: usize, size: usize) -> *mut c_void,
[INFO] [stdout]    |                                                 ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:38:48
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub(crate) save_free_memory: unsafe extern "thiscall" fn(this: *mut c_void, save_mem: *mut c_void),
[INFO] [stdout]    |                                                ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:39:50
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub(crate) emit_ambient_sound: unsafe extern "thiscall" fn(this: *mut c_void, entindex: c_int, pos: *const Vector, samp: *const ...
[INFO] [stdout]    |                                                  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:40:50
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub(crate) fade_client_volume: unsafe extern "thiscall" fn(this: *mut c_void, edict: *const Edict, fade_percent: f32, fade_out_s...
[INFO] [stdout]    |                                                  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:41:51
[INFO] [stdout]    |
[INFO] [stdout] 41 |     pub(crate) sentence_group_pick: unsafe extern "thiscall" fn(this: *mut c_void, group_index: c_int, name: *mut c_char, name_buf_l...
[INFO] [stdout]    |                                                   ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:42:62
[INFO] [stdout]    |
[INFO] [stdout] 42 |     pub(crate) sentence_group_pick_sequential: unsafe extern "thiscall" fn(this: *mut c_void, group_index: c_int, name: *mut c_char,...
[INFO] [stdout]    |                                                              ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:43:56
[INFO] [stdout]    |
[INFO] [stdout] 43 |     pub(crate) sentence_index_from_name: unsafe extern "thiscall" fn(this: *mut c_void, sentence_name: *const c_char) -> c_int,
[INFO] [stdout]    |                                                        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:44:56
[INFO] [stdout]    |
[INFO] [stdout] 44 |     pub(crate) sentence_name_from_index: unsafe extern "thiscall" fn(this: *mut c_void, sentence_index: c_int) -> *const c_char,
[INFO] [stdout]    |                                                        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:45:62
[INFO] [stdout]    |
[INFO] [stdout] 45 |     pub(crate) sentence_group_index_from_name: unsafe extern "thiscall" fn(this: *mut c_void, group_name: *const c_char) -> c_int,
[INFO] [stdout]    |                                                              ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:46:62
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub(crate) sentence_group_name_from_index: unsafe extern "thiscall" fn(this: *mut c_void, group_index: c_int) -> *const c_char,
[INFO] [stdout]    |                                                              ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:47:47
[INFO] [stdout]    |
[INFO] [stdout] 47 |     pub(crate) sentence_length: unsafe extern "thiscall" fn(this: *mut c_void, sentence_index: c_int) -> f32,
[INFO] [stdout]    |                                               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:48:46
[INFO] [stdout]    |
[INFO] [stdout] 48 |     pub(crate) server_command: unsafe extern "thiscall" fn(this: *mut c_void, str: *const c_char),
[INFO] [stdout]    |                                              ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/client.rs:22:37
[INFO] [stdout]    |
[INFO] [stdout] 22 | type FnGetLevelName = unsafe extern "thiscall" fn(this: *mut RawIVEngineClient) -> *const c_char;
[INFO] [stdout]    |                                     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:49:46
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub(crate) server_execute: unsafe extern "thiscall" fn(this: *mut c_void),
[INFO] [stdout]    |                                              ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/client.rs:23:53
[INFO] [stdout]    |
[INFO] [stdout] 23 | type FnExecuteClientCmdUnrestricted = unsafe extern "thiscall" fn(this: *mut RawIVEngineClient, cmd: *const c_char);
[INFO] [stdout]    |                                                     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:51:43
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub(crate) light_style: unsafe extern "thiscall" fn(this: *mut c_void, style: c_int, val: *const c_char),
[INFO] [stdout]    |                                           ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/client.rs:24:38
[INFO] [stdout]    |
[INFO] [stdout] 24 | type FnIsSinglplayer = unsafe extern "thiscall" fn(this: *mut RawIVEngineClient) -> bool;
[INFO] [stdout]    |                                      ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:52:44
[INFO] [stdout]    |
[INFO] [stdout] 52 |     pub(crate) static_decal: unsafe extern "thiscall" fn(this: *mut c_void, origin: *const Vector, decal_index: c_int, entity_index:...
[INFO] [stdout]    |                                            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/client.rs:25:37
[INFO] [stdout]    |
[INFO] [stdout] 25 | type FnConIsVisible = unsafe extern "thiscall" fn(this: *const RawIVEngineClient) -> bool;
[INFO] [stdout]    |                                     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:53:70
[INFO] [stdout]    |
[INFO] [stdout] 53 |     pub(crate) message_determine_multicast_recipients: unsafe extern "thiscall" fn(this: *mut c_void, usepas: bool, origin: *const V...
[INFO] [stdout]    |                                                                      ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/client.rs:26:39
[INFO] [stdout]    |
[INFO] [stdout] 26 | type FnGetLocalPlayer = unsafe extern "thiscall" fn(this: *const RawIVEngineClient) -> c_int;
[INFO] [stdout]    |                                       ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:54:52
[INFO] [stdout]    |
[INFO] [stdout] 54 |     pub(crate) entity_message_begin: unsafe extern "thiscall" fn(this: *mut c_void, ent_index: c_int, ent_class: *mut ServerClass, r...
[INFO] [stdout]    |                                                    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/client.rs:27:34
[INFO] [stdout]    |
[INFO] [stdout] 27 | type FnLoadModel = unsafe extern "thiscall" fn(this: *const RawIVEngineClient, name: *const c_char, is_prop: bool) -> *const ModelT;
[INFO] [stdout]    |                                  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:55:50
[INFO] [stdout]    |
[INFO] [stdout] 55 |     pub(crate) user_message_begin: unsafe extern "thiscall" fn(this: *mut c_void, filter: *mut IRecipientFilter, msg_type: c_int, ms...
[INFO] [stdout]    |                                                  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/client.rs:28:41
[INFO] [stdout]    |
[INFO] [stdout] 28 | type FnKeyLookupBinding = unsafe extern "thiscall" fn(this: *const RawIVEngineClient, binding: *const c_char) -> *const c_char;
[INFO] [stdout]    |                                         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/client.rs:29:33
[INFO] [stdout]    |
[INFO] [stdout] 29 | type FnIsPaused = unsafe extern "thiscall" fn(this: *const RawIVEngineClient) -> bool;
[INFO] [stdout]    |                                 ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:56:43
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub(crate) message_end: unsafe extern "thiscall" fn(this: *mut c_void),
[INFO] [stdout]    |                                           ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]  --> src/cvar/mod.rs:9:36
[INFO] [stdout]   |
[INFO] [stdout] 9 | type FnSetValueStr = unsafe extern "thiscall" fn(this: *mut ConVar, value: *const c_char);
[INFO] [stdout]   |                                    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:57:45
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub(crate) client_printf: unsafe extern "thiscall" fn(this: *mut c_void, edict: *mut Edict, msg: *const c_char),
[INFO] [stdout]    |                                             ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:60:40
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub(crate) set_view: unsafe extern "thiscall" fn(this: *mut c_void, client: *const Edict, viewent: *const Edict),
[INFO] [stdout]    |                                        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/cvar/mod.rs:10:38
[INFO] [stdout]    |
[INFO] [stdout] 10 | type FnSetValueFloat = unsafe extern "thiscall" fn(this: *mut ConVar, value: f32);
[INFO] [stdout]    |                                      ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:61:47
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub(crate) crosshair_angle: unsafe extern "thiscall" fn(this: *mut c_void, client: *const Edict, pitch: f32, yaw: f32),
[INFO] [stdout]    |                                               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/cvar/mod.rs:11:36
[INFO] [stdout]    |
[INFO] [stdout] 11 | type FnSetValueInt = unsafe extern "thiscall" fn(this: *mut ConVar, value: i32);
[INFO] [stdout]    |                                    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:62:44
[INFO] [stdout]    |
[INFO] [stdout] 62 |     pub(crate) get_game_dir: unsafe extern "thiscall" fn(this: *mut c_void, buf: *mut c_char, maxlen: c_int),
[INFO] [stdout]    |                                            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/cvar/mod.rs:12:32
[INFO] [stdout]    |
[INFO] [stdout] 12 | type FnFindVar = unsafe extern "thiscall" fn(this: *mut RawICvar, var_name: *const c_char) -> *mut ConVar;
[INFO] [stdout]    |                                ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:63:49
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub(crate) compare_file_time: unsafe extern "thiscall" fn(this: *mut c_void, filename1: *const c_char, filename2: *const c_char,...
[INFO] [stdout]    |                                                 ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/cvar/mod.rs:40:42
[INFO] [stdout]    |
[INFO] [stdout] 40 |         type FnIsCommand = unsafe extern "thiscall" fn(this: *const ConCommandBase) -> bool;
[INFO] [stdout]    |                                          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:64:58
[INFO] [stdout]    |
[INFO] [stdout] 64 |     pub(crate) lock_network_string_tables: unsafe extern "thiscall" fn(this: *mut c_void, lock: bool) -> bool,
[INFO] [stdout]    |                                                          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]  --> src/input_system.rs:9:41
[INFO] [stdout]   |
[INFO] [stdout] 9 | type FnPushInputContext = unsafe extern "thiscall" fn(this: *mut RawIInputStackSystem) -> *mut InputContextT;
[INFO] [stdout]   |                                         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/input_system.rs:10:43
[INFO] [stdout]    |
[INFO] [stdout] 10 | type FnEnableInputContext = unsafe extern "thiscall" fn(this: *mut RawIInputStackSystem, context: *mut InputContextT, enable: bool);
[INFO] [stdout]    |                                           ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/input_system.rs:11:41
[INFO] [stdout]    |
[INFO] [stdout] 11 | type FnSetCursorVisible = unsafe extern "thiscall" fn(this: *mut RawIInputStackSystem, context: *mut InputContextT, enable: bool);
[INFO] [stdout]    |                                         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:65:50
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub(crate) create_fake_client: unsafe extern "thiscall" fn(this: *mut c_void, netname: *const c_char) -> *mut Edict,
[INFO] [stdout]    |                                                  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/input_system.rs:12:40
[INFO] [stdout]    |
[INFO] [stdout] 12 | type FnSetMouseCapture = unsafe extern "thiscall" fn(this: *mut RawIInputStackSystem, context: *mut InputContextT, enable: bool);
[INFO] [stdout]    |                                        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/input_system.rs:13:42
[INFO] [stdout]    |
[INFO] [stdout] 13 | type FnSetCursorPosition = unsafe extern "thiscall" fn(this: *mut RawIInputStackSystem, context: *mut InputContextT, x: i32, y: i32);
[INFO] [stdout]    |                                          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:66:56
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub(crate) get_client_con_var_value: unsafe extern "thiscall" fn(this: *mut c_void, client_index: c_int, name: *const c_char) ->...
[INFO] [stdout]    |                                                        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/input_system.rs:14:48
[INFO] [stdout]    |
[INFO] [stdout] 14 | type FnIsTopmostEnabledContext = unsafe extern "thiscall" fn(this: *mut RawIInputStackSystem, context: *mut InputContextT) -> bool;
[INFO] [stdout]    |                                                ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:67:42
[INFO] [stdout]    |
[INFO] [stdout] 67 |     pub(crate) parse_file: unsafe extern "thiscall" fn(this: *mut c_void, data: *const c_char, token: *mut c_char, maxlen: c_int) ->...
[INFO] [stdout]    |                                          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/game_events.rs:83:15
[INFO] [stdout]    |
[INFO] [stdout] 83 | unsafe extern "thiscall" fn master_listener_fire_game_event(_this: *mut c_void, event: *mut IGameEvent) {
[INFO] [stdout]    |               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:68:41
[INFO] [stdout]    |
[INFO] [stdout] 68 |     pub(crate) copy_file: unsafe extern "thiscall" fn(this: *mut c_void, source: *const c_char, dest: *const c_char) -> bool,
[INFO] [stdout]    |                                         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/game_events.rs:98:15
[INFO] [stdout]    |
[INFO] [stdout] 98 | unsafe extern "thiscall" fn master_listener_destructor(_this: *mut c_void, _flags: i32) {}
[INFO] [stdout]    |               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/game_events.rs:99:15
[INFO] [stdout]    |
[INFO] [stdout] 99 | unsafe extern "thiscall" fn master_listener_get_debug_id(_this: *mut c_void) -> i32 { 42 }
[INFO] [stdout]    |               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/game_events.rs:120:31
[INFO] [stdout]     |
[INFO] [stdout] 120 |     destructor: unsafe extern "thiscall" fn(this: *mut c_void, flags: i32),
[INFO] [stdout]     |                               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/game_events.rs:121:29
[INFO] [stdout]     |
[INFO] [stdout] 121 |     get_name: unsafe extern "thiscall" fn(this: *mut c_void) -> *const c_char,
[INFO] [stdout]     |                             ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/game_events.rs:122:32
[INFO] [stdout]     |
[INFO] [stdout] 122 |     is_reliable: unsafe extern "thiscall" fn(this: *mut c_void) -> bool,
[INFO] [stdout]     |                                ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:69:41
[INFO] [stdout]    |
[INFO] [stdout] 69 |     pub(crate) reset_pvs: unsafe extern "thiscall" fn(this: *mut c_void, pvs: *mut u8, pvssize: c_int),
[INFO] [stdout]    |                                         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/game_events.rs:123:29
[INFO] [stdout]     |
[INFO] [stdout] 123 |     is_local: unsafe extern "thiscall" fn(this: *mut c_void) -> bool,
[INFO] [stdout]     |                             ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:70:49
[INFO] [stdout]    |
[INFO] [stdout] 70 |     pub(crate) add_origin_to_pvs: unsafe extern "thiscall" fn(this: *mut c_void, origin: *const Vector),
[INFO] [stdout]    |                                                 ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/game_events.rs:124:29
[INFO] [stdout]     |
[INFO] [stdout] 124 |     is_empty: unsafe extern "thiscall" fn(this: *mut c_void, key_name: *const c_char) -> bool,
[INFO] [stdout]     |                             ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:71:53
[INFO] [stdout]    |
[INFO] [stdout] 71 |     pub(crate) set_area_portal_state: unsafe extern "thiscall" fn(this: *mut c_void, portal_number: c_int, is_open: c_int),
[INFO] [stdout]    |                                                     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/game_events.rs:125:29
[INFO] [stdout]     |
[INFO] [stdout] 125 |     get_bool: unsafe extern "thiscall" fn(this: *mut c_void, key_name: *const c_char, default_val: bool) -> bool,
[INFO] [stdout]     |                             ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:72:52
[INFO] [stdout]    |
[INFO] [stdout] 72 |     pub(crate) playback_temp_entity: unsafe extern "thiscall" fn(this: *mut c_void, filter: *mut IRecipientFilter, delay: f32, sende...
[INFO] [stdout]    |                                                    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/game_events.rs:126:28
[INFO] [stdout]     |
[INFO] [stdout] 126 |     get_int: unsafe extern "thiscall" fn(this: *mut c_void, key_name: *const c_char, default_val: i32) -> i32,
[INFO] [stdout]     |                            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:73:54
[INFO] [stdout]    |
[INFO] [stdout] 73 |     pub(crate) check_headnode_visible: unsafe extern "thiscall" fn(this: *mut c_void, nodenum: c_int, pvs: *const u8, vissize: c_int...
[INFO] [stdout]    |                                                      ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/game_events.rs:127:31
[INFO] [stdout]     |
[INFO] [stdout] 127 |     get_uint64: unsafe extern "thiscall" fn(this: *mut c_void, key_name: *const c_char, default_val: u64) -> u64,
[INFO] [stdout]     |                               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:74:53
[INFO] [stdout]    |
[INFO] [stdout] 74 |     pub(crate) check_areas_connected: unsafe extern "thiscall" fn(this: *mut c_void, area1: c_int, area2: c_int) -> c_int,
[INFO] [stdout]    |                                                     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:75:40
[INFO] [stdout]    |
[INFO] [stdout] 75 |     pub(crate) get_area: unsafe extern "thiscall" fn(this: *mut c_void, origin: *const Vector) -> c_int,
[INFO] [stdout]    |                                        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/game_events.rs:128:30
[INFO] [stdout]     |
[INFO] [stdout] 128 |     get_float: unsafe extern "thiscall" fn(this: *mut c_void, key_name: *const c_char, default_val: f32) -> f32,
[INFO] [stdout]     |                              ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/game_events.rs:129:31
[INFO] [stdout]     |
[INFO] [stdout] 129 |     get_string: unsafe extern "thiscall" fn(this: *mut c_void, key_name: *const c_char, default_val: *const c_char) -> *const c_char,
[INFO] [stdout]     |                               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:76:45
[INFO] [stdout]    |
[INFO] [stdout] 76 |     pub(crate) get_area_bits: unsafe extern "thiscall" fn(this: *mut c_void, area: c_int, bits: *mut u8, buflen: c_int),
[INFO] [stdout]    |                                             ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:77:53
[INFO] [stdout]    |
[INFO] [stdout] 77 |     pub(crate) get_area_portal_plane: unsafe extern "thiscall" fn(this: *mut c_void, view_origin: *const Vector, portal_key: c_int, ...
[INFO] [stdout]    |                                                     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:78:47
[INFO] [stdout]    |
[INFO] [stdout] 78 |     pub(crate) load_game_state: unsafe extern "thiscall" fn(this: *mut c_void, map_name: *const c_char, create_players: bool) -> bool,
[INFO] [stdout]    |                                               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:79:50
[INFO] [stdout]    |
[INFO] [stdout] 79 |     pub(crate) load_adjacent_ents: unsafe extern "thiscall" fn(this: *mut c_void, old_level: *const c_char, landmark_name: *const c_...
[INFO] [stdout]    |                                                  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:80:46
[INFO] [stdout]    |
[INFO] [stdout] 80 |     pub(crate) clear_save_dir: unsafe extern "thiscall" fn(this: *mut c_void),
[INFO] [stdout]    |                                              ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:81:55
[INFO] [stdout]    |
[INFO] [stdout] 81 |     pub(crate) get_map_entities_string: unsafe extern "thiscall" fn(this: *mut c_void) -> *const c_char,
[INFO] [stdout]    |                                                       ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:82:48
[INFO] [stdout]    |
[INFO] [stdout] 82 |     pub(crate) text_message_get: unsafe extern "thiscall" fn(this: *mut c_void, name: *const c_char) -> *mut ClientTextMessage,
[INFO] [stdout]    |                                                ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:83:41
[INFO] [stdout]    |
[INFO] [stdout] 83 |     pub(crate) log_print: unsafe extern "thiscall" fn(this: *mut c_void, msg: *const c_char),
[INFO] [stdout]    |                                         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:84:46
[INFO] [stdout]    |
[INFO] [stdout] 84 |     pub(crate) is_log_enabled: unsafe extern "thiscall" fn(this: *mut c_void) -> bool,
[INFO] [stdout]    |                                              ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:85:57
[INFO] [stdout]    |
[INFO] [stdout] 85 |     pub(crate) build_entity_cluster_list: unsafe extern "thiscall" fn(this: *mut c_void, edict: *mut Edict, pvs_info: *mut PVSInfoT),
[INFO] [stdout]    |                                                         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:86:43
[INFO] [stdout]    |
[INFO] [stdout] 86 |     pub(crate) solid_moved: unsafe extern "thiscall" fn(this: *mut c_void, solid_ent: *mut Edict, solid_collide: *mut ICollideable, ...
[INFO] [stdout]    |                                           ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:87:45
[INFO] [stdout]    |
[INFO] [stdout] 87 |     pub(crate) trigger_moved: unsafe extern "thiscall" fn(this: *mut c_void, trigger_ent: *mut Edict, bounds_only: bool),
[INFO] [stdout]    |                                             ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:88:56
[INFO] [stdout]    |
[INFO] [stdout] 88 |     pub(crate) create_spatial_partition: unsafe extern "thiscall" fn(this: *mut c_void, worldmin: *const Vector, worldmax: *const Ve...
[INFO] [stdout]    |                                                        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:89:57
[INFO] [stdout]    |
[INFO] [stdout] 89 |     pub(crate) destroy_spatial_partition: unsafe extern "thiscall" fn(this: *mut c_void, partition: *mut ISpatialPartition),
[INFO] [stdout]    |                                                         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:90:55
[INFO] [stdout]    |
[INFO] [stdout] 90 |     pub(crate) draw_map_to_scratch_pad: unsafe extern "thiscall" fn(this: *mut c_void, pad: *mut IScratchPad3D, flags: u32),
[INFO] [stdout]    |                                                       ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:91:67
[INFO] [stdout]    |
[INFO] [stdout] 91 |     pub(crate) get_entity_transmit_bits_for_client: unsafe extern "thiscall" fn(this: *mut c_void, client_index: c_int) -> *const CB...
[INFO] [stdout]    |                                                                   ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:92:41
[INFO] [stdout]    |
[INFO] [stdout] 92 |     pub(crate) is_paused: unsafe extern "thiscall" fn(this: *mut c_void) -> bool,
[INFO] [stdout]    |                                         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:93:45
[INFO] [stdout]    |
[INFO] [stdout] 93 |     pub(crate) get_timescale: unsafe extern "thiscall" fn(this: *mut c_void) -> f32,
[INFO] [stdout]    |                                             ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/game_events.rs:130:29
[INFO] [stdout]     |
[INFO] [stdout] 130 |     set_bool: unsafe extern "thiscall" fn(this: *mut c_void, key_name: *const c_char, val: bool),
[INFO] [stdout]     |                             ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:94:48
[INFO] [stdout]    |
[INFO] [stdout] 94 |     pub(crate) force_exact_file: unsafe extern "thiscall" fn(this: *mut c_void, s: *const c_char),
[INFO] [stdout]    |                                                ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/game_events.rs:131:28
[INFO] [stdout]     |
[INFO] [stdout] 131 |     set_int: unsafe extern "thiscall" fn(this: *mut c_void, key_name: *const c_char, val: i32),
[INFO] [stdout]     |                            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/game_events.rs:132:31
[INFO] [stdout]     |
[INFO] [stdout] 132 |     set_uint64: unsafe extern "thiscall" fn(this: *mut c_void, key_name: *const c_char, val: u64),
[INFO] [stdout]     |                               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:95:50
[INFO] [stdout]    |
[INFO] [stdout] 95 |     pub(crate) force_model_bounds: unsafe extern "thiscall" fn(this: *mut c_void, s: *const c_char, mins: *const Vector, maxs: *cons...
[INFO] [stdout]    |                                                  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/game_events.rs:133:30
[INFO] [stdout]     |
[INFO] [stdout] 133 |     set_float: unsafe extern "thiscall" fn(this: *mut c_void, key_name: *const c_char, val: f32),
[INFO] [stdout]     |                              ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:96:64
[INFO] [stdout]    |
[INFO] [stdout] 96 |     pub(crate) clear_save_dir_after_client_load: unsafe extern "thiscall" fn(this: *mut c_void),
[INFO] [stdout]    |                                                                ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/game_events.rs:134:31
[INFO] [stdout]     |
[INFO] [stdout] 134 |     set_string: unsafe extern "thiscall" fn(this: *mut c_void, key_name: *const c_char, val: *const c_char),
[INFO] [stdout]     |                               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/game_events.rs:140:44
[INFO] [stdout]     |
[INFO] [stdout] 140 |     pub(crate) add_listener: unsafe extern "thiscall" fn(this: *mut c_void, listener: *mut c_void, name: *const c_char, server_side...
[INFO] [stdout]     |                                            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:97:61
[INFO] [stdout]    |
[INFO] [stdout] 97 |     pub(crate) set_fake_client_con_var_value: unsafe extern "thiscall" fn(this: *mut c_void, entity: *mut Edict, cvar: *const c_char...
[INFO] [stdout]    |                                                             ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/game_events.rs:141:47
[INFO] [stdout]     |
[INFO] [stdout] 141 |     pub(crate) remove_listener: unsafe extern "thiscall" fn(this: *mut c_void, listener: *mut c_void),
[INFO] [stdout]     |                                               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:98:53
[INFO] [stdout]    |
[INFO] [stdout] 98 |     pub(crate) force_simple_material: unsafe extern "thiscall" fn(this: *mut c_void, s: *const c_char),
[INFO] [stdout]    |                                                     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/game_events.rs:195:35
[INFO] [stdout]     |
[INFO] [stdout] 195 |     pub destructor: unsafe extern "thiscall" fn(this: *mut c_void, flags: i32),
[INFO] [stdout]     |                                   ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server.rs:99:53
[INFO] [stdout]    |
[INFO] [stdout] 99 |     pub(crate) is_in_commentary_mode: unsafe extern "thiscall" fn(this: *mut c_void) -> c_int,
[INFO] [stdout]    |                                                     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/game_events.rs:196:40
[INFO] [stdout]     |
[INFO] [stdout] 196 |     pub fire_game_event: unsafe extern "thiscall" fn(this: *mut c_void, event: *mut IGameEvent),
[INFO] [stdout]     |                                        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/game_events.rs:197:43
[INFO] [stdout]     |
[INFO] [stdout] 197 |     pub get_event_debug_id: unsafe extern "thiscall" fn(this: *mut c_void) -> i32,
[INFO] [stdout]     |                                           ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:100:61
[INFO] [stdout]     |
[INFO] [stdout] 100 |     pub(crate) is_level_main_menu_background: unsafe extern "thiscall" fn(this: *mut c_void) -> bool,
[INFO] [stdout]     |                                                             ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:101:54
[INFO] [stdout]     |
[INFO] [stdout] 101 |     pub(crate) set_area_portal_states: unsafe extern "thiscall" fn(this: *mut c_void, portal_numbers: *const c_int, is_open: *const...
[INFO] [stdout]     |                                                      ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:102:57
[INFO] [stdout]     |
[INFO] [stdout] 102 |     pub(crate) notify_edict_flags_change: unsafe extern "thiscall" fn(this: *mut c_void, edict_index: c_int),
[INFO] [stdout]     |                                                         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:103:60
[INFO] [stdout]     |
[INFO] [stdout] 103 |     pub(crate) get_prev_check_transmit_info: unsafe extern "thiscall" fn(this: *mut c_void, player_edict: *mut Edict) -> *const CCh...
[INFO] [stdout]     |                                                            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:104:60
[INFO] [stdout]     |
[INFO] [stdout] 104 |     pub(crate) get_shared_edict_change_info: unsafe extern "thiscall" fn(this: *mut c_void) -> *mut CSharedEdictChangeInfo,
[INFO] [stdout]     |                                                            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:105:59
[INFO] [stdout]     |
[INFO] [stdout] 105 |     pub(crate) allow_immediate_edict_reuse: unsafe extern "thiscall" fn(this: *mut c_void),
[INFO] [stdout]     |                                                           ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:106:49
[INFO] [stdout]     |
[INFO] [stdout] 106 |     pub(crate) is_internal_build: unsafe extern "thiscall" fn(this: *mut c_void) -> bool,
[INFO] [stdout]     |                                                 ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:107:51
[INFO] [stdout]     |
[INFO] [stdout] 107 |     pub(crate) get_change_accessor: unsafe extern "thiscall" fn(this: *mut c_void, edict: *const Edict) -> *mut IChangeInfoAccessor,
[INFO] [stdout]     |                                                   ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:108:66
[INFO] [stdout]     |
[INFO] [stdout] 108 |     pub(crate) get_most_recently_loaded_file_name: unsafe extern "thiscall" fn(this: *mut c_void) -> *const c_char,
[INFO] [stdout]     |                                                                  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:109:50
[INFO] [stdout]     |
[INFO] [stdout] 109 |     pub(crate) get_save_file_name: unsafe extern "thiscall" fn(this: *mut c_void) -> *const c_char,
[INFO] [stdout]     |                                                  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:110:60
[INFO] [stdout]     |
[INFO] [stdout] 110 |     pub(crate) clean_up_entity_cluster_list: unsafe extern "thiscall" fn(this: *mut c_void, pvs_info: *mut PVSInfoT),
[INFO] [stdout]     |                                                            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:111:42
[INFO] [stdout]     |
[INFO] [stdout] 111 |     pub(crate) get_app_id: unsafe extern "thiscall" fn(this: *mut c_void) -> c_int,
[INFO] [stdout]     |                                          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:112:47
[INFO] [stdout]     |
[INFO] [stdout] 112 |     pub(crate) is_low_violence: unsafe extern "thiscall" fn(this: *mut c_void) -> bool,
[INFO] [stdout]     |                                               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:113:58
[INFO] [stdout]     |
[INFO] [stdout] 113 |     pub(crate) is_any_client_low_violence: unsafe extern "thiscall" fn(this: *mut c_void) -> bool,
[INFO] [stdout]     |                                                          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:114:54
[INFO] [stdout]     |
[INFO] [stdout] 114 |     pub(crate) start_query_cvar_value: unsafe extern "thiscall" fn(this: *mut c_void, player_entity: *mut Edict, name: *const c_cha...
[INFO] [stdout]     |                                                      ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:115:53
[INFO] [stdout]     |
[INFO] [stdout] 115 |     pub(crate) insert_server_command: unsafe extern "thiscall" fn(this: *mut c_void, str: *const c_char),
[INFO] [stdout]     |                                                     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:116:47
[INFO] [stdout]     |
[INFO] [stdout] 116 |     pub(crate) get_player_info: unsafe extern "thiscall" fn(this: *mut c_void, ent_num: c_int, pinfo: *mut PlayerInfo) -> bool,
[INFO] [stdout]     |                                               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:117:61
[INFO] [stdout]     |
[INFO] [stdout] 117 |     pub(crate) is_client_fully_authenticated: unsafe extern "thiscall" fn(this: *mut c_void, edict: *mut Edict) -> bool,
[INFO] [stdout]     |                                                             ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:118:67
[INFO] [stdout]     |
[INFO] [stdout] 118 |     pub(crate) set_dedicated_server_benchmark_mode: unsafe extern "thiscall" fn(this: *mut c_void, benchmark_mode: bool),
[INFO] [stdout]     |                                                                   ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:119:54
[INFO] [stdout]     |
[INFO] [stdout] 119 |     pub(crate) is_split_screen_player: unsafe extern "thiscall" fn(this: *mut c_void, ent_num: c_int) -> bool,
[INFO] [stdout]     |                                                      ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:120:71
[INFO] [stdout]     |
[INFO] [stdout] 120 |     pub(crate) get_split_screen_player_attach_to_edict: unsafe extern "thiscall" fn(this: *mut c_void, ent_num: c_int) -> *mut Edict,
[INFO] [stdout]     |                                                                       ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:121:76
[INFO] [stdout]     |
[INFO] [stdout] 121 |     pub(crate) get_num_split_screen_users_attached_to_edict: unsafe extern "thiscall" fn(this: *mut c_void, ent_num: c_int) -> c_int,
[INFO] [stdout]     |                                                                            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:122:65
[INFO] [stdout]     |
[INFO] [stdout] 122 |     pub(crate) get_split_screen_player_for_edict: unsafe extern "thiscall" fn(this: *mut c_void, ent_num: c_int, slot: c_int) -> *m...
[INFO] [stdout]     |                                                                 ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:123:61
[INFO] [stdout]     |
[INFO] [stdout] 123 |     pub(crate) is_override_load_game_ents_on: unsafe extern "thiscall" fn(this: *mut c_void) -> bool,
[INFO] [stdout]     |                                                             ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:124:50
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub(crate) force_flush_entity: unsafe extern "thiscall" fn(this: *mut c_void, entity_index: c_int),
[INFO] [stdout]     |                                                  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:125:69
[INFO] [stdout]     |
[INFO] [stdout] 125 |     pub(crate) get_single_player_shared_memory_space: unsafe extern "thiscall" fn(this: *mut c_void, name: *const c_char, ent_num: ...
[INFO] [stdout]     |                                                                     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:126:55
[INFO] [stdout]     |
[INFO] [stdout] 126 |     pub(crate) alloc_level_static_data: unsafe extern "thiscall" fn(this: *mut c_void, bytes: usize) -> *mut c_void,
[INFO] [stdout]     |                                                       ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:127:49
[INFO] [stdout]     |
[INFO] [stdout] 127 |     pub(crate) get_cluster_count: unsafe extern "thiscall" fn(this: *mut c_void) -> c_int,
[INFO] [stdout]     |                                                 ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:128:54
[INFO] [stdout]     |
[INFO] [stdout] 128 |     pub(crate) get_all_cluster_bounds: unsafe extern "thiscall" fn(this: *mut c_void, bbox_list: *mut BBoxT, max_bbox: c_int) -> c_...
[INFO] [stdout]     |                                                      ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:129:51
[INFO] [stdout]     |
[INFO] [stdout] 129 |     pub(crate) is_creating_reslist: unsafe extern "thiscall" fn(this: *mut c_void) -> bool,
[INFO] [stdout]     |                                                   ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:130:56
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub(crate) is_creating_xbox_reslist: unsafe extern "thiscall" fn(this: *mut c_void) -> bool,
[INFO] [stdout]     |                                                        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:131:60
[INFO] [stdout]     |
[INFO] [stdout] 131 |     pub(crate) is_dedicated_server_for_xbox: unsafe extern "thiscall" fn(this: *mut c_void) -> bool,
[INFO] [stdout]     |                                                            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:132:37
[INFO] [stdout]     |
[INFO] [stdout] 132 |     pub(crate) pause: unsafe extern "thiscall" fn(this: *mut c_void, pause: bool, force: bool),
[INFO] [stdout]     |                                     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:133:45
[INFO] [stdout]     |
[INFO] [stdout] 133 |     pub(crate) set_timescale: unsafe extern "thiscall" fn(this: *mut c_void, timescale: f32),
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:134:50
[INFO] [stdout]     |
[INFO] [stdout] 134 |     pub(crate) set_gamestats_data: unsafe extern "thiscall" fn(this: *mut c_void, gamestats_data: *mut CGamestatsData),
[INFO] [stdout]     |                                                  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:135:50
[INFO] [stdout]     |
[INFO] [stdout] 135 |     pub(crate) get_gamestats_data: unsafe extern "thiscall" fn(this: *mut c_void) -> *mut CGamestatsData,
[INFO] [stdout]     |                                                  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:136:51
[INFO] [stdout]     |
[INFO] [stdout] 136 |     pub(crate) get_client_steam_id: unsafe extern "thiscall" fn(this: *mut c_void, player_edict: *const Edict) -> *const CSteamID,
[INFO] [stdout]     |                                                   ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:137:56
[INFO] [stdout]     |
[INFO] [stdout] 137 |     pub(crate) get_game_server_steam_id: unsafe extern "thiscall" fn(this: *mut c_void) -> *const CSteamID,
[INFO] [stdout]     |                                                        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:138:53
[INFO] [stdout]     |
[INFO] [stdout] 138 |     pub(crate) host_validate_session: unsafe extern "thiscall" fn(this: *mut c_void),
[INFO] [stdout]     |                                                     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:139:59
[INFO] [stdout]     |
[INFO] [stdout] 139 |     pub(crate) refresh_screen_if_necessary: unsafe extern "thiscall" fn(this: *mut c_void),
[INFO] [stdout]     |                                                           ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:140:44
[INFO] [stdout]     |
[INFO] [stdout] 140 |     pub(crate) has_paintmap: unsafe extern "thiscall" fn(this: *mut c_void) -> bool,
[INFO] [stdout]     |                                            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:141:52
[INFO] [stdout]     |
[INFO] [stdout] 141 |     pub(crate) sphere_paint_surface: unsafe extern "thiscall" fn(this: *mut c_void, model: *const ModelT, pos: *const Vector, paint...
[INFO] [stdout]     |                                                    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:142:58
[INFO] [stdout]     |
[INFO] [stdout] 142 |     pub(crate) sphere_trace_paint_surface: unsafe extern "thiscall" fn(this: *mut c_void, model: *const ModelT, pos: *const Vector,...
[INFO] [stdout]     |                                                          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:143:48
[INFO] [stdout]     |
[INFO] [stdout] 143 |     pub(crate) remove_all_paint: unsafe extern "thiscall" fn(this: *mut c_void),
[INFO] [stdout]     |                                                ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:144:50
[INFO] [stdout]     |
[INFO] [stdout] 144 |     pub(crate) paint_all_surfaces: unsafe extern "thiscall" fn(this: *mut c_void, paint_type: u8),
[INFO] [stdout]     |                                                  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:145:44
[INFO] [stdout]     |
[INFO] [stdout] 145 |     pub(crate) remove_paint: unsafe extern "thiscall" fn(this: *mut c_void, model: *const ModelT),
[INFO] [stdout]     |                                            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:146:57
[INFO] [stdout]     |
[INFO] [stdout] 146 |     pub(crate) client_command_key_values: unsafe extern "thiscall" fn(this: *mut c_void, edict: *mut Edict, command: *mut KeyValues),
[INFO] [stdout]     |                                                         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:147:47
[INFO] [stdout]     |
[INFO] [stdout] 147 |     pub(crate) get_client_xuid: unsafe extern "thiscall" fn(this: *mut c_void, player_edict: *const Edict) -> u64,
[INFO] [stdout]     |                                               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:148:45
[INFO] [stdout]     |
[INFO] [stdout] 148 |     pub(crate) is_active_app: unsafe extern "thiscall" fn(this: *mut c_void) -> bool,
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:149:51
[INFO] [stdout]     |
[INFO] [stdout] 149 |     pub(crate) set_no_clip_enabled: unsafe extern "thiscall" fn(this: *mut c_void, enabled: bool),
[INFO] [stdout]     |                                                   ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:150:53
[INFO] [stdout]     |
[INFO] [stdout] 150 |     pub(crate) get_paintmap_data_rle: unsafe extern "thiscall" fn(this: *mut c_void, mapdata: *mut CUtlVector),
[INFO] [stdout]     |                                                     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:151:54
[INFO] [stdout]     |
[INFO] [stdout] 151 |     pub(crate) load_paintmap_data_rle: unsafe extern "thiscall" fn(this: *mut c_void, mapdata: *mut CUtlVector),
[INFO] [stdout]     |                                                      ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:152:60
[INFO] [stdout]     |
[INFO] [stdout] 152 |     pub(crate) send_paintmap_data_to_client: unsafe extern "thiscall" fn(this: *mut c_void, edict: *mut Edict),
[INFO] [stdout]     |                                                            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:153:61
[INFO] [stdout]     |
[INFO] [stdout] 153 |     pub(crate) get_latency_for_choreo_sounds: unsafe extern "thiscall" fn(this: *mut c_void) -> f32,
[INFO] [stdout]     |                                                             ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/server.rs:154:62
[INFO] [stdout]     |
[INFO] [stdout] 154 |     pub(crate) get_client_cross_play_platform: unsafe extern "thiscall" fn(this: *mut c_void, client_index: c_int) -> c_int,
[INFO] [stdout]     |                                                              ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server_tools.rs:12:41
[INFO] [stdout]    |
[INFO] [stdout] 12 | type FnGetIServerEntity = unsafe extern "thiscall" fn(this: *mut c_void, p_client_entity: *const IClientEntity) -> *mut IServerEntity;
[INFO] [stdout]    |                                         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server_tools.rs:13:45
[INFO] [stdout]    |
[INFO] [stdout] 13 | type FnSnapPlayerToPosition = unsafe extern "thiscall" fn(this: *mut c_void, org: *const Vector, ang: *const QAngle, p_client_player...
[INFO] [stdout]    |                                             ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server_tools.rs:14:42
[INFO] [stdout]    |
[INFO] [stdout] 14 | type FnGetPlayerPosition = unsafe extern "thiscall" fn(this: *mut c_void, org: *mut Vector, ang: *mut QAngle, p_client_player: *cons...
[INFO] [stdout]    |                                          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server_tools.rs:15:37
[INFO] [stdout]    |
[INFO] [stdout] 15 | type FnSetPlayerFOV = unsafe extern "thiscall" fn(this: *mut c_void, fov: c_int, p_client_player: *const IClientEntity) -> bool;
[INFO] [stdout]    |                                     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server_tools.rs:16:37
[INFO] [stdout]    |
[INFO] [stdout] 16 | type FnGetPlayerFOV = unsafe extern "thiscall" fn(this: *mut c_void, p_client_player: *const IClientEntity) -> c_int;
[INFO] [stdout]    |                                     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server_tools.rs:17:39
[INFO] [stdout]    |
[INFO] [stdout] 17 | type FnIsInNoClipMode = unsafe extern "thiscall" fn(this: *mut c_void, p_client_player: *const IClientEntity) -> bool;
[INFO] [stdout]    |                                       ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server_tools.rs:19:36
[INFO] [stdout]    |
[INFO] [stdout] 19 | type FnFirstEntity = unsafe extern "thiscall" fn(this: *mut c_void) -> *mut CBaseEntity;
[INFO] [stdout]    |                                    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server_tools.rs:20:35
[INFO] [stdout]    |
[INFO] [stdout] 20 | type FnNextEntity = unsafe extern "thiscall" fn(this: *mut c_void, p_entity: *const CBaseEntity) -> *mut CBaseEntity;
[INFO] [stdout]    |                                   ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server_tools.rs:21:45
[INFO] [stdout]    |
[INFO] [stdout] 21 | type FnFindEntityByHammerID = unsafe extern "thiscall" fn(this: *mut c_void, i_hammer_id: c_int) -> *mut CBaseEntity;
[INFO] [stdout]    |                                             ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server_tools.rs:23:36
[INFO] [stdout]    |
[INFO] [stdout] 23 | type FnGetKeyValue = unsafe extern "thiscall" fn(this: *mut c_void, p_entity: *const CBaseEntity, sz_field: *const c_char, sz_value:...
[INFO] [stdout]    |                                    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server_tools.rs:24:39
[INFO] [stdout]    |
[INFO] [stdout] 24 | type FnSetKeyValueStr = unsafe extern "thiscall" fn(this: *mut c_void, p_entity: *mut CBaseEntity, sz_field: *const c_char, sz_value...
[INFO] [stdout]    |                                       ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server_tools.rs:25:39
[INFO] [stdout]    |
[INFO] [stdout] 25 | type FnSetKeyValueFlt = unsafe extern "thiscall" fn(this: *mut c_void, p_entity: *mut CBaseEntity, sz_field: *const c_char, fl_value...
[INFO] [stdout]    |                                       ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server_tools.rs:26:39
[INFO] [stdout]    |
[INFO] [stdout] 26 | type FnSetKeyValueVec = unsafe extern "thiscall" fn(this: *mut c_void, p_entity: *mut CBaseEntity, sz_field: *const c_char, vec_valu...
[INFO] [stdout]    |                                       ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server_tools.rs:28:43
[INFO] [stdout]    |
[INFO] [stdout] 28 | type FnCreateEntityByName = unsafe extern "thiscall" fn(this: *mut c_void, sz_class_name: *const c_char) -> *mut CBaseEntity;
[INFO] [stdout]    |                                           ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server_tools.rs:29:38
[INFO] [stdout]    |
[INFO] [stdout] 29 | type FnDispatchSpawn = unsafe extern "thiscall" fn(this: *mut c_void, p_entity: *mut CBaseEntity);
[INFO] [stdout]    |                                      ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server_tools.rs:30:48
[INFO] [stdout]    |
[INFO] [stdout] 30 | type FnDestroyEntityByHammerId = unsafe extern "thiscall" fn(this: *mut c_void, i_hammer_id: c_int) -> bool;
[INFO] [stdout]    |                                                ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server_tools.rs:31:49
[INFO] [stdout]    |
[INFO] [stdout] 31 | type FnRespawnEntitiesWithEdits = unsafe extern "thiscall" fn(this: *mut c_void, p_infos: *mut CEntityRespawnInfo, n_infos: c_int) -...
[INFO] [stdout]    |                                                 ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server_tools.rs:33:49
[INFO] [stdout]    |
[INFO] [stdout] 33 | type FnReloadParticleDefintions = unsafe extern "thiscall" fn(this: *mut c_void, p_file_name: *const c_char, p_buf_data: *const c_vo...
[INFO] [stdout]    |                                                 ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server_tools.rs:34:39
[INFO] [stdout]    |
[INFO] [stdout] 34 | type FnAddOriginToPVS = unsafe extern "thiscall" fn(this: *mut c_void, org: *const Vector);
[INFO] [stdout]    |                                       ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server_tools.rs:35:41
[INFO] [stdout]    |
[INFO] [stdout] 35 | type FnMoveEngineViewTo = unsafe extern "thiscall" fn(this: *mut c_void, v_pos: *const Vector, v_angles: *const QAngle);
[INFO] [stdout]    |                                         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/server_tools.rs:36:37
[INFO] [stdout]    |
[INFO] [stdout] 36 | type FnRemoveEntity = unsafe extern "thiscall" fn(this: *mut c_void, n_hammer_id: c_int);
[INFO] [stdout]    |                                     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/client.rs:10:38
[INFO] [stdout]    |
[INFO] [stdout] 10 | type FnGetScreenSize = unsafe extern "thiscall" fn(this: *const IVEngineClient, w: *mut c_int, h: *mut c_int);
[INFO] [stdout]    |                                      ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/client.rs:11:34
[INFO] [stdout]    |
[INFO] [stdout] 11 | type FnServerCmd = unsafe extern "thiscall" fn(this: *mut RawIVEngineClient, cmd: *const c_char, reliable: bool);
[INFO] [stdout]    |                                  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/client.rs:12:34
[INFO] [stdout]    |
[INFO] [stdout] 12 | type FnClientCmd = unsafe extern "thiscall" fn(this: *mut RawIVEngineClient, cmd: *const c_char);
[INFO] [stdout]    |                                  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/client.rs:13:38
[INFO] [stdout]    |
[INFO] [stdout] 13 | type FnGetPlayerInfo = unsafe extern "thiscall" fn(this: *mut RawIVEngineClient, ent_num: c_int, p_info: *mut PlayerInfo) -> bool;
[INFO] [stdout]    |                                      ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/client.rs:14:43
[INFO] [stdout]    |
[INFO] [stdout] 14 | type FnGetPlayerForUserID = unsafe extern "thiscall" fn(this: *const RawIVEngineClient, user_id: c_int) -> c_int;
[INFO] [stdout]    |                                           ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/client.rs:15:41
[INFO] [stdout]    |
[INFO] [stdout] 15 | type FnGetLastTimeStamp = unsafe extern "thiscall" fn(this: *mut RawIVEngineClient) -> f32;
[INFO] [stdout]    |                                         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/client.rs:16:38
[INFO] [stdout]    |
[INFO] [stdout] 16 | type FnGetViewAngles = unsafe extern "thiscall" fn(this: *mut RawIVEngineClient, va: *mut QAngle);
[INFO] [stdout]    |                                      ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/client.rs:17:38
[INFO] [stdout]    |
[INFO] [stdout] 17 | type FnSetViewAngles = unsafe extern "thiscall" fn(this: *mut RawIVEngineClient, va: *const QAngle);
[INFO] [stdout]    |                                      ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/client.rs:18:38
[INFO] [stdout]    |
[INFO] [stdout] 18 | type FnGetMaxClients = unsafe extern "thiscall" fn(this: *mut RawIVEngineClient) -> c_int;
[INFO] [stdout]    |                                      ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/client.rs:19:33
[INFO] [stdout]    |
[INFO] [stdout] 19 | type FnIsInGame = unsafe extern "thiscall" fn(this: *mut RawIVEngineClient) -> bool;
[INFO] [stdout]    |                                 ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/client.rs:20:36
[INFO] [stdout]    |
[INFO] [stdout] 20 | type FnIsConnected = unsafe extern "thiscall" fn(this: *mut RawIVEngineClient) -> bool;
[INFO] [stdout]    |                                    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/client.rs:21:46
[INFO] [stdout]    |
[INFO] [stdout] 21 | type FnIsDrawingLoadingImage = unsafe extern "thiscall" fn(this: *mut RawIVEngineClient) -> bool;
[INFO] [stdout]    |                                              ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/client.rs:22:37
[INFO] [stdout]    |
[INFO] [stdout] 22 | type FnGetLevelName = unsafe extern "thiscall" fn(this: *mut RawIVEngineClient) -> *const c_char;
[INFO] [stdout]    |                                     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/client.rs:23:53
[INFO] [stdout]    |
[INFO] [stdout] 23 | type FnExecuteClientCmdUnrestricted = unsafe extern "thiscall" fn(this: *mut RawIVEngineClient, cmd: *const c_char);
[INFO] [stdout]    |                                                     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/client.rs:24:38
[INFO] [stdout]    |
[INFO] [stdout] 24 | type FnIsSinglplayer = unsafe extern "thiscall" fn(this: *mut RawIVEngineClient) -> bool;
[INFO] [stdout]    |                                      ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/client.rs:25:37
[INFO] [stdout]    |
[INFO] [stdout] 25 | type FnConIsVisible = unsafe extern "thiscall" fn(this: *const RawIVEngineClient) -> bool;
[INFO] [stdout]    |                                     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/client.rs:26:39
[INFO] [stdout]    |
[INFO] [stdout] 26 | type FnGetLocalPlayer = unsafe extern "thiscall" fn(this: *const RawIVEngineClient) -> c_int;
[INFO] [stdout]    |                                       ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/client.rs:27:34
[INFO] [stdout]    |
[INFO] [stdout] 27 | type FnLoadModel = unsafe extern "thiscall" fn(this: *const RawIVEngineClient, name: *const c_char, is_prop: bool) -> *const ModelT;
[INFO] [stdout]    |                                  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/client.rs:28:41
[INFO] [stdout]    |
[INFO] [stdout] 28 | type FnKeyLookupBinding = unsafe extern "thiscall" fn(this: *const RawIVEngineClient, binding: *const c_char) -> *const c_char;
[INFO] [stdout]    |                                         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/client.rs:29:33
[INFO] [stdout]    |
[INFO] [stdout] 29 | type FnIsPaused = unsafe extern "thiscall" fn(this: *const RawIVEngineClient) -> bool;
[INFO] [stdout]    |                                 ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]  --> src/cvar/mod.rs:9:36
[INFO] [stdout]   |
[INFO] [stdout] 9 | type FnSetValueStr = unsafe extern "thiscall" fn(this: *mut ConVar, value: *const c_char);
[INFO] [stdout]   |                                    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/cvar/mod.rs:10:38
[INFO] [stdout]    |
[INFO] [stdout] 10 | type FnSetValueFloat = unsafe extern "thiscall" fn(this: *mut ConVar, value: f32);
[INFO] [stdout]    |                                      ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/cvar/mod.rs:11:36
[INFO] [stdout]    |
[INFO] [stdout] 11 | type FnSetValueInt = unsafe extern "thiscall" fn(this: *mut ConVar, value: i32);
[INFO] [stdout]    |                                    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/cvar/mod.rs:12:32
[INFO] [stdout]    |
[INFO] [stdout] 12 | type FnFindVar = unsafe extern "thiscall" fn(this: *mut RawICvar, var_name: *const c_char) -> *mut ConVar;
[INFO] [stdout]    |                                ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/cvar/mod.rs:40:42
[INFO] [stdout]    |
[INFO] [stdout] 40 |         type FnIsCommand = unsafe extern "thiscall" fn(this: *const ConCommandBase) -> bool;
[INFO] [stdout]    |                                          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]  --> src/input_system.rs:9:41
[INFO] [stdout]   |
[INFO] [stdout] 9 | type FnPushInputContext = unsafe extern "thiscall" fn(this: *mut RawIInputStackSystem) -> *mut InputContextT;
[INFO] [stdout]   |                                         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/input_system.rs:10:43
[INFO] [stdout]    |
[INFO] [stdout] 10 | type FnEnableInputContext = unsafe extern "thiscall" fn(this: *mut RawIInputStackSystem, context: *mut InputContextT, enable: bool);
[INFO] [stdout]    |                                           ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/input_system.rs:11:41
[INFO] [stdout]    |
[INFO] [stdout] 11 | type FnSetCursorVisible = unsafe extern "thiscall" fn(this: *mut RawIInputStackSystem, context: *mut InputContextT, enable: bool);
[INFO] [stdout]    |                                         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/input_system.rs:12:40
[INFO] [stdout]    |
[INFO] [stdout] 12 | type FnSetMouseCapture = unsafe extern "thiscall" fn(this: *mut RawIInputStackSystem, context: *mut InputContextT, enable: bool);
[INFO] [stdout]    |                                        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/input_system.rs:13:42
[INFO] [stdout]    |
[INFO] [stdout] 13 | type FnSetCursorPosition = unsafe extern "thiscall" fn(this: *mut RawIInputStackSystem, context: *mut InputContextT, x: i32, y: i32);
[INFO] [stdout]    |                                          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/input_system.rs:14:48
[INFO] [stdout]    |
[INFO] [stdout] 14 | type FnIsTopmostEnabledContext = unsafe extern "thiscall" fn(this: *mut RawIInputStackSystem, context: *mut InputContextT) -> bool;
[INFO] [stdout]    |                                                ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/game_events.rs:83:15
[INFO] [stdout]    |
[INFO] [stdout] 83 | unsafe extern "thiscall" fn master_listener_fire_game_event(_this: *mut c_void, event: *mut IGameEvent) {
[INFO] [stdout]    |               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/game_events.rs:98:15
[INFO] [stdout]    |
[INFO] [stdout] 98 | unsafe extern "thiscall" fn master_listener_destructor(_this: *mut c_void, _flags: i32) {}
[INFO] [stdout]    |               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]   --> src/game_events.rs:99:15
[INFO] [stdout]    |
[INFO] [stdout] 99 | unsafe extern "thiscall" fn master_listener_get_debug_id(_this: *mut c_void) -> i32 { 42 }
[INFO] [stdout]    |               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/game_events.rs:120:31
[INFO] [stdout]     |
[INFO] [stdout] 120 |     destructor: unsafe extern "thiscall" fn(this: *mut c_void, flags: i32),
[INFO] [stdout]     |                               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/game_events.rs:121:29
[INFO] [stdout]     |
[INFO] [stdout] 121 |     get_name: unsafe extern "thiscall" fn(this: *mut c_void) -> *const c_char,
[INFO] [stdout]     |                             ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/game_events.rs:122:32
[INFO] [stdout]     |
[INFO] [stdout] 122 |     is_reliable: unsafe extern "thiscall" fn(this: *mut c_void) -> bool,
[INFO] [stdout]     |                                ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/game_events.rs:123:29
[INFO] [stdout]     |
[INFO] [stdout] 123 |     is_local: unsafe extern "thiscall" fn(this: *mut c_void) -> bool,
[INFO] [stdout]     |                             ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/game_events.rs:124:29
[INFO] [stdout]     |
[INFO] [stdout] 124 |     is_empty: unsafe extern "thiscall" fn(this: *mut c_void, key_name: *const c_char) -> bool,
[INFO] [stdout]     |                             ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/game_events.rs:125:29
[INFO] [stdout]     |
[INFO] [stdout] 125 |     get_bool: unsafe extern "thiscall" fn(this: *mut c_void, key_name: *const c_char, default_val: bool) -> bool,
[INFO] [stdout]     |                             ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/game_events.rs:126:28
[INFO] [stdout]     |
[INFO] [stdout] 126 |     get_int: unsafe extern "thiscall" fn(this: *mut c_void, key_name: *const c_char, default_val: i32) -> i32,
[INFO] [stdout]     |                            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/game_events.rs:127:31
[INFO] [stdout]     |
[INFO] [stdout] 127 |     get_uint64: unsafe extern "thiscall" fn(this: *mut c_void, key_name: *const c_char, default_val: u64) -> u64,
[INFO] [stdout]     |                               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/game_events.rs:128:30
[INFO] [stdout]     |
[INFO] [stdout] 128 |     get_float: unsafe extern "thiscall" fn(this: *mut c_void, key_name: *const c_char, default_val: f32) -> f32,
[INFO] [stdout]     |                              ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/game_events.rs:129:31
[INFO] [stdout]     |
[INFO] [stdout] 129 |     get_string: unsafe extern "thiscall" fn(this: *mut c_void, key_name: *const c_char, default_val: *const c_char) -> *const c_char,
[INFO] [stdout]     |                               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/game_events.rs:130:29
[INFO] [stdout]     |
[INFO] [stdout] 130 |     set_bool: unsafe extern "thiscall" fn(this: *mut c_void, key_name: *const c_char, val: bool),
[INFO] [stdout]     |                             ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/game_events.rs:131:28
[INFO] [stdout]     |
[INFO] [stdout] 131 |     set_int: unsafe extern "thiscall" fn(this: *mut c_void, key_name: *const c_char, val: i32),
[INFO] [stdout]     |                            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/game_events.rs:132:31
[INFO] [stdout]     |
[INFO] [stdout] 132 |     set_uint64: unsafe extern "thiscall" fn(this: *mut c_void, key_name: *const c_char, val: u64),
[INFO] [stdout]     |                               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/game_events.rs:133:30
[INFO] [stdout]     |
[INFO] [stdout] 133 |     set_float: unsafe extern "thiscall" fn(this: *mut c_void, key_name: *const c_char, val: f32),
[INFO] [stdout]     |                              ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/game_events.rs:134:31
[INFO] [stdout]     |
[INFO] [stdout] 134 |     set_string: unsafe extern "thiscall" fn(this: *mut c_void, key_name: *const c_char, val: *const c_char),
[INFO] [stdout]     |                               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/game_events.rs:140:44
[INFO] [stdout]     |
[INFO] [stdout] 140 |     pub(crate) add_listener: unsafe extern "thiscall" fn(this: *mut c_void, listener: *mut c_void, name: *const c_char, server_side...
[INFO] [stdout]     |                                            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/game_events.rs:141:47
[INFO] [stdout]     |
[INFO] [stdout] 141 |     pub(crate) remove_listener: unsafe extern "thiscall" fn(this: *mut c_void, listener: *mut c_void),
[INFO] [stdout]     |                                               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/game_events.rs:195:35
[INFO] [stdout]     |
[INFO] [stdout] 195 |     pub destructor: unsafe extern "thiscall" fn(this: *mut c_void, flags: i32),
[INFO] [stdout]     |                                   ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/game_events.rs:196:40
[INFO] [stdout]     |
[INFO] [stdout] 196 |     pub fire_game_event: unsafe extern "thiscall" fn(this: *mut c_void, event: *mut IGameEvent),
[INFO] [stdout]     |                                        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "thiscall" is not a supported ABI for the current target
[INFO] [stdout]    --> src/game_events.rs:197:43
[INFO] [stdout]     |
[INFO] [stdout] 197 |     pub get_event_debug_id: unsafe extern "thiscall" fn(this: *mut c_void) -> i32,
[INFO] [stdout]     |                                           ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: never type fallback affects this call to an `unsafe` function
[INFO] [stdout]   --> src/interfaces.rs:64:56
[INFO] [stdout]    |
[INFO] [stdout] 64 |     let create_interface: CreateInterfaceFn = unsafe { std::mem::transmute::<_, CreateInterfaceFn>(create_interface_addr) };
[INFO] [stdout]    |                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: specify the type explicitly
[INFO] [stdout]    = warning: this changes meaning in Rust 2024 and in a future release in all editions!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout]    = note: `#[deny(never_type_fallback_flowing_into_unsafe)]` (part of `#[deny(rust_2024_compatibility)]`) on by default
[INFO] [stdout] help: use `()` annotations to avoid fallback changes
[INFO] [stdout]    |
[INFO] [stdout] 54 |     let create_interface_addr: () =
[INFO] [stdout]    |                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: never type fallback affects this call to an `unsafe` function
[INFO] [stdout]   --> src/interfaces.rs:64:56
[INFO] [stdout]    |
[INFO] [stdout] 64 |     let create_interface: CreateInterfaceFn = unsafe { std::mem::transmute::<_, CreateInterfaceFn>(create_interface_addr) };
[INFO] [stdout]    |                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: specify the type explicitly
[INFO] [stdout]    = warning: this changes meaning in Rust 2024 and in a future release in all editions!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout]    = note: `#[deny(never_type_fallback_flowing_into_unsafe)]` (part of `#[deny(rust_2024_compatibility)]`) on by default
[INFO] [stdout] help: use `()` annotations to avoid fallback changes
[INFO] [stdout]    |
[INFO] [stdout] 54 |     let create_interface_addr: () =
[INFO] [stdout]    |                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433, E0570.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433, E0570.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `portal2-sdk` (lib) due to 230 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `portal2-sdk` (lib test) due to 230 previous errors
[INFO] running `Command { std: "docker" "inspect" "9cdc1de5cfd19466b447f5e5b3f67d43484ca673a22762b7b8453362ea8c1d55", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9cdc1de5cfd19466b447f5e5b3f67d43484ca673a22762b7b8453362ea8c1d55", kill_on_drop: false }`
[INFO] [stdout] 9cdc1de5cfd19466b447f5e5b3f67d43484ca673a22762b7b8453362ea8c1d55
